Skip to content

Commit

Permalink
Merge pull request #49 from seowings/main
Browse files Browse the repository at this point in the history
Support for 3.12
  • Loading branch information
seowings authored Oct 23, 2023
2 parents 48be402 + 5b5a85a commit 9cd2c13
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 @@ -42,7 +42,7 @@
# +++++++++++++++++++++++++++++++++++++++++++++++++++++

python_minor_min = 8
python_minor_max = 11
python_minor_max = 12
confirmed_python_versions = [
"Programming Language :: Python :: 3.{MINOR:d}".format(MINOR=minor)
for minor in range(python_minor_min, python_minor_max + 1)
Expand Down

0 comments on commit 9cd2c13

Please sign in to comment.