We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00a9ba commit 54bd000Copy full SHA for 54bd000
setup.py
@@ -8,7 +8,7 @@
8
assert parse_version(setuptools.__version__)>=parse_version('36.2')
9
10
statuses = [ '1 - Planning', '2 - Pre-Alpha', '3 - Alpha', '4 - Beta', '5 - Production/Stable', '6 - Mature', '7 - Inactive' ]
11
-py_versions = '2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 3.10'.split()
+py_versions = '2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 3.10 3.11 3.12 3.13'.split()
12
min_python = '3.8'
13
lic = ('Apache Software License 2.0','OSI Approved :: Apache Software License')
14
requirements = ['pip', 'packaging']
0 commit comments