Skip to content

Commit

Permalink
Merge pull request #4032 from neutrinoceros/remove_upper_bound_python
Browse files Browse the repository at this point in the history
MNT: remove upper bound for supported Python version
  • Loading branch information
matthewturk authored Jul 28, 2022
2 parents 70bb646 + f636d15 commit cd1f7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install_requires =
tqdm>=3.4.0
unyt>=2.8.0
tomli>=1.2.3;python_version < '3.11'
python_requires = >=3.7,<3.12
python_requires = >=3.7
include_package_data = True
scripts = scripts/iyt
zip_safe = False
Expand Down

0 comments on commit cd1f7ca

Please sign in to comment.