Skip to content

Commit 947cbb9

Browse files
authored
Merge pull request #74 from Azure/trangevi/update-python-version-support
Update accepted python versions
2 parents c3542d0 + 8eb2238 commit 947cbb9

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)