Skip to content

Commit 41b6c87

Browse files
author
sfluegel
committed
fix python version specification
1 parent 98042e5 commit 41b6c87

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
@@ -14,7 +14,7 @@
1414
author_email="[email protected]",
1515
description="",
1616
zip_safe=False,
17-
python_requires="==3.11",
17+
python_requires=">=3.9, <3.12",
1818
install_requires=[
1919
"certifi",
2020
"idna",

0 commit comments

Comments
 (0)