Skip to content

Commit

Permalink
Note that 3.13 works here.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Oct 13, 2024
1 parent 1e91708 commit 7503b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion admin-tools/pyenv-versions
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
echo "This script should be *sourced* rather than run directly through bash"
exit 1
fi
export PYVERSIONS='3.6 3.7 3.8 pypy3.7 3.9 3.10 3.11 3.12'
export PYVERSIONS='3.6 3.7 3.8 pypy3.7 3.9 3.10 3.11 3.12 3.13'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def read(*rnames):
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Text Processing",
"Topic :: Utilities",
],
Expand Down

0 comments on commit 7503b3b

Please sign in to comment.