Skip to content

Commit

Permalink
Python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Nov 11, 2023
1 parent 6eef910 commit dac2175
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
readme = f.read()


VERSION = "1.0.0"
VERSION = "1.0.1"


setup(
Expand Down Expand Up @@ -41,6 +41,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
test_suite="test",
)

0 comments on commit dac2175

Please sign in to comment.