Skip to content

Commit

Permalink
Add Python 3.12 to setup.py classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedtert authored and Ozaq committed Dec 5, 2023
1 parent 7940139 commit 275ea9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
],
Expand Down

0 comments on commit 275ea9e

Please # to comment.