Skip to content

Commit 68a6930

Browse files
Remove upper python bound
1 parent 23b4797 commit 68a6930

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
@@ -50,7 +50,7 @@
5050
long_description=open("README.md").read(),
5151
long_description_content_type="text/markdown",
5252
packages=find_packages(exclude=("tests",)),
53-
python_requires=">=3.8,<3.11",
53+
python_requires=">=3.8",
5454
setup_requires=setup_reqs,
5555
install_requires=reqs,
5656
extras_require={

0 commit comments

Comments
 (0)