Skip to content

Commit cad0ffc

Browse files
committed
pyvers
1 parent 3330011 commit cad0ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
statuses = [ '0 - Pre-Planning', '1 - Planning', '2 - Pre-Alpha', '3 - Alpha',
2828
'4 - Beta', '5 - Production/Stable', '6 - Mature', '7 - Inactive' ]
29-
py_versions = '3.7 3.8 3.9 3.10 3.11'.split()
29+
py_versions = '3.7 3.8 3.9 3.10 3.12 3.13'.split()
3030

3131
requirements = ['packaging']
3232
requirements += shlex.split(cfg.get('requirements', ''))

0 commit comments

Comments
 (0)