Skip to content

Commit a1db690

Browse files
committed
support all versions of py3.11
1 parent 62e4bf2 commit a1db690

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
@@ -62,5 +62,5 @@ def get_reqs(*fns):
6262
"pip-requirements.txt",
6363
),
6464
tests_require=get_reqs("pip-requirements-test.txt"),
65-
python_requires=">=3.6,<=3.11",
65+
python_requires=">=3.6,<3.12",
6666
)

0 commit comments

Comments
 (0)