Skip to content

Commit f9ac6dd

Browse files
committed
Removing maximum Python requirement upper bound for Linux and MacOS
1 parent 2b665c7 commit f9ac6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
if sys.platform.startswith('win'):
3232
PYTHON_REQUIRES = '>=3.8, <3.11'
3333
else:
34-
PYTHON_REQUIRES = '>=3.8'
34+
PYTHON_REQUIRES = '>=3.6'
3535

3636
# Getting long description from README
3737
with open("README.md", "r") as fh:

0 commit comments

Comments
 (0)