Skip to content

Commit 8eb2238

Browse files
committed
Update accepted python versions
1 parent c3542d0 commit 8eb2238

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
@@ -49,5 +49,5 @@
4949
extras_require=EXTRAS,
5050
packages=find_packages(exclude=['tests', 'tests.*']),
5151
include_package_data=True,
52-
python_requires=">=3.6,<3.9"
52+
python_requires=">=3.7,<3.11"
5353
)

0 commit comments

Comments
 (0)