From ed59ddefd49fdc4bfb8b5f6da06a718e7c037a94 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Fri, 8 Nov 2024 17:31:18 +0800 Subject: [PATCH] Update _config.yml Update site description according to RustPython README. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c98ad91e..65b52f58 100644 --- a/_config.yml +++ b/_config.yml @@ -19,7 +19,7 @@ # in the templates via {{ site.myvariable }}. title: "RustPython" -description: "An open source Python 3 (CPython >= 3.11.0) interpreter written in Rust 🐍 😱 🤘" +description: "An open source Python 3 (CPython >= 3.12.0) interpreter written in Rust 🐍 😱 🤘" # baseurl: "/" # the subpath of your site, e.g. /blog url: "https://rustpython.github.io" # the base hostname & protocol for your site, e.g. http://example.com github_username: RustPython