chore: sync cpython version with source ยท RustPython/rustpython.github.io@8d51953

Original file line numberDiff line numberDiff line change

@@ -19,7 +19,7 @@

1919

# in the templates via {{ site.myvariable }}.

2020
2121

title: "RustPython"

22-

description: "An open source Python 3 (CPython >= 3.11.0) interpreter written in Rust ๐Ÿ ๐Ÿ˜ฑ ๐Ÿค˜"

22+

description: "An open source Python 3 (CPython >= 3.14.0) interpreter written in Rust ๐Ÿ ๐Ÿ˜ฑ ๐Ÿค˜"

2323

# baseurl: "/" # the subpath of your site, e.g. /blog

2424

url: "https://rustpython.github.io" # the base hostname & protocol for your site, e.g. http://example.com

2525

github_username: RustPython