From 8d51953c6513715a1e0befe8cc2b41ed8b86c849 Mon Sep 17 00:00:00 2001 From: parnavh Date: Sun, 8 Feb 2026 17:51:32 +0000 Subject: [PATCH] chore: sync cpython version with source --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c98ad91e2..1577460d9 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.14.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