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 07f30a9 commit 6af7873Copy full SHA for 6af7873
setup.py
@@ -33,5 +33,6 @@
33
"Programming Language :: Python :: 3.10",
34
"Programming Language :: Python :: 3.11",
35
"Programming Language :: Python :: 3.12",
36
+ "Programming Language :: Python :: 3.13",
37
"Programming Language :: Python :: Implementation :: CPython",
38
"Programming Language :: Python :: Implementation :: PyPy"])
tox.ini
@@ -5,6 +5,7 @@ envlist =
5
py310
6
py311
7
py312
8
+ py313
9
pypy3
10
11
skip_missing_interpreters = true
0 commit comments