Skip to content

Commit 6af7873

Browse files
Declare support for Python 3.13
Adds the PyPI trove classifier for Python 3.13.
1 parent 07f30a9 commit 6af7873

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
"Programming Language :: Python :: 3.10",
3434
"Programming Language :: Python :: 3.11",
3535
"Programming Language :: Python :: 3.12",
36+
"Programming Language :: Python :: 3.13",
3637
"Programming Language :: Python :: Implementation :: CPython",
3738
"Programming Language :: Python :: Implementation :: PyPy"])

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ envlist =
55
py310
66
py311
77
py312
8+
py313
89
pypy3
910

1011
skip_missing_interpreters = true

0 commit comments

Comments
 (0)