Skip to content

Commit

Permalink
Update missed python version (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli authored Jul 27, 2023
1 parent 8c5f368 commit 68eb5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def _check_supported_system():

def _check_supported_python_version():
supported_major = 3
supported_minor = [7, 8, 9, 10]
supported_minor = [8, 9, 10]

if (
sys.version_info[0] != supported_major
Expand Down

0 comments on commit 68eb5ca

Please sign in to comment.