Skip to content

Commit

Permalink
Add missing python 3.12 classifier - closes #915
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Mar 7, 2024
1 parent 7d2afc5 commit 837ad40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions newsfragments/915.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add missing python 3.12 classifier to pythin package.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Testing",
Expand Down

0 comments on commit 837ad40

Please sign in to comment.