We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f5022 commit 6560996Copy full SHA for 6560996
admin-tools/pyenv-newest-versions
@@ -6,4 +6,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
6
exit 1
7
fi
8
9
-export PYVERSIONS='3.11 3.12'
+export PYVERSIONS='3.11 3.12 3.13'
pyproject.toml
@@ -41,6 +41,7 @@ classifiers = [
41
"Programming Language :: Python :: 3.10",
42
"Programming Language :: Python :: 3.11",
43
"Programming Language :: Python :: 3.12",
44
+ "Programming Language :: Python :: 3.13",
45
]
46
dynamic = ["version"]
47
0 commit comments