Skip to content

Commit 4e2dfbb

Browse files
committed
Actually correct python_requires in setup.py
1 parent 2f3bc8b commit 4e2dfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'python-dateutil',
3333
'jsonschema',
3434
],
35-
python_requires=">=3.9,<=3.12.*",
35+
python_requires=">=3.9,<3.13",
3636
classifiers=[
3737
'Environment :: Web Environment',
3838
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)