Skip to content

Commit

Permalink
validate tests in v3.11 and bump setup.py python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jlotthammer committed Aug 29, 2023
1 parent e2babe2 commit 6e09567
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 @@ -69,7 +69,7 @@
'optimize': ['GPy', 'GPyOpt'] },


python_requires=">=3.7,<3.11.0", # Python version restrictions
python_requires=">=3.7,<3.12.0", # Python version restrictions

# Manual control if final package is compressible or not, set False to prevent the .egg from being made
zip_safe=False,
Expand Down

0 comments on commit 6e09567

Please sign in to comment.