Skip to content

Commit f2ec191

Browse files
committed
update pyversions
1 parent 7d53943 commit f2ec191

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
@@ -22,7 +22,7 @@
2222
}
2323
statuses = [ '1 - Planning', '2 - Pre-Alpha', '3 - Alpha',
2424
'4 - Beta', '5 - Production/Stable', '6 - Mature', '7 - Inactive' ]
25-
py_versions = '3.6 3.7 3.8 3.9 3.10 3.11 3.12'.split()
25+
py_versions = '3.6 3.7 3.8 3.9 3.10 3.11 3.12 3.13'.split()
2626

2727
requirements = shlex.split(cfg.get('requirements', ''))
2828
if cfg.get('pip_requirements'): requirements += shlex.split(cfg.get('pip_requirements', ''))

0 commit comments

Comments
 (0)