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 3330011 commit cad0ffcCopy full SHA for cad0ffc
setup.py
@@ -26,7 +26,7 @@
26
}
27
statuses = [ '0 - Pre-Planning', '1 - Planning', '2 - Pre-Alpha', '3 - Alpha',
28
'4 - Beta', '5 - Production/Stable', '6 - Mature', '7 - Inactive' ]
29
-py_versions = '3.7 3.8 3.9 3.10 3.11'.split()
+py_versions = '3.7 3.8 3.9 3.10 3.12 3.13'.split()
30
31
requirements = ['packaging']
32
requirements += shlex.split(cfg.get('requirements', ''))
0 commit comments