Skip to content

Commit

Permalink
Add Python 3.12 to setup.py classifiers (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedtert authored Nov 30, 2023
1 parent b2c525d commit 0dc80d8
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 0dc80d8

Please sign in to comment.