Skip to content

Commit

Permalink
QUANTAXIS
Browse files Browse the repository at this point in the history
  • Loading branch information
rubikplanet committed Jan 14, 2023
1 parent d94d875 commit 5396bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"""
"""

if sys.version_info.major != 3 or sys.version_info.minor not in [5, 6, 7, 8, 9]:
print('wrong version, should be 3.5/3.6/3.7/3.8 version')
if sys.version_info.major != 3 or sys.version_info.minor not in [5, 6, 7, 8, 9, 10]:
print('wrong version, should be 3.5/3.6/3.7/3.8/3.9/3.10 version')
sys.exit()

with io.open('QUANTAXIS/__init__.py', 'rt', encoding='utf8') as f:
Expand Down

0 comments on commit 5396bef

Please sign in to comment.