Skip to content

Commit

Permalink
setup.cfg: bump maximum python from 3.11 to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
joholl committed Jan 25, 2023
1 parent 25b90c9 commit bddb99e
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 @@ -21,7 +21,7 @@ packages = find:
package_dir =
= src
zip_safe = false
python_requires = >= 3.9, < 3.11
python_requires = >= 3.9, < 3.12
setup_requires = setuptools
install_requires =
colorama
Expand Down

0 comments on commit bddb99e

Please sign in to comment.