Skip to content

Commit

Permalink
update py version in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Dec 1, 2023
1 parent 7c52254 commit ce4b2e9
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 @@ -15,7 +15,7 @@ classifiers =
[options]
zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.html
include_package_data = True
python_requires = >=3.8, <3.12
python_requires = >=3.8, <3.13
# NOTE: any pinning should also be coordinated
# with requirements.in and doc/requirements.in
# and may require regenerating the .txt files.
Expand Down

0 comments on commit ce4b2e9

Please sign in to comment.