Skip to content

Commit

Permalink
Update Python version classifiers
Browse files Browse the repository at this point in the history
* Add 3.12
* Remove versions that we don't test (3.0-3.5
  • Loading branch information
un-def committed Nov 28, 2023
1 parent 731e493 commit 7f74fc8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,13 @@
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.0",
"Programming Language :: Python :: 3.1",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
py_modules=["hererocks"],
entry_points={
Expand Down

0 comments on commit 7f74fc8

Please sign in to comment.