Skip to content

Commit

Permalink
MNT: Update classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbisme committed Oct 18, 2024
1 parent dc01fad commit 33c6579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Bottleneck 1.4.2
Maintenance
~~~~~~~~~~~
- Add `python_requires` to `setup.py` to limit build to 3.9+
- Update the classifiers

Bottleneck 1.4.1
================
Expand Down
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,11 @@ def get_long_description():
"Programming Language :: C",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"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",
"Topic :: Scientific/Engineering",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering",
]

Expand Down

0 comments on commit 33c6579

Please sign in to comment.