Skip to content

Commit

Permalink
Update setup.py to include python 3.11 (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin committed Oct 16, 2023
1 parent e7ec235 commit 1f97dc4
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 @@ -202,7 +202,7 @@ def _check_supported_system():

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

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

0 comments on commit 1f97dc4

Please sign in to comment.