From 02dc18bf1984814a8ee520c533291f3102b551c0 Mon Sep 17 00:00:00 2001 From: Jim Fasarakis-Hilliard Date: Mon, 20 Feb 2023 10:38:49 +0200 Subject: [PATCH] Update _config.yml ref https://github.com/RustPython/RustPython/pull/4517 --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index b5f078d39..c98ad91e2 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.10.0) interpreter written in Rust 🐍 😱 🤘" +description: "An open source Python 3 (CPython >= 3.11.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