Skip to content

Commit 6560996

Browse files
committed
Note that 3.13 works here
1 parent 02f5022 commit 6560996

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

admin-tools/pyenv-newest-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
66
exit 1
77
fi
88

9-
export PYVERSIONS='3.11 3.12'
9+
export PYVERSIONS='3.11 3.12 3.13'

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ classifiers = [
4141
"Programming Language :: Python :: 3.10",
4242
"Programming Language :: Python :: 3.11",
4343
"Programming Language :: Python :: 3.12",
44+
"Programming Language :: Python :: 3.13",
4445
]
4546
dynamic = ["version"]
4647

0 commit comments

Comments
 (0)