Skip to content

Commit

Permalink
add python 3.12 to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
clearbluejar committed Jan 2, 2024
1 parent 45f1d01 commit 037368a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
python_requires = >= 3.7
python_requires = >= 3.8
packages = find:
zip_safe = False
include_package_data = True
Expand Down

0 comments on commit 037368a

Please sign in to comment.