Skip to content

Commit 33c6579

Browse files
committed
MNT: Update classifiers
1 parent dc01fad commit 33c6579

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

RELEASE.rst

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Bottleneck 1.4.2
1414
Maintenance
1515
~~~~~~~~~~~
1616
- Add `python_requires` to `setup.py` to limit build to 3.9+
17+
- Update the classifiers
1718

1819
Bottleneck 1.4.1
1920
================

setup.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,11 @@ def get_long_description():
162162
"Programming Language :: C",
163163
"Programming Language :: Python",
164164
"Programming Language :: Python :: 3",
165-
"Programming Language :: Python :: 3.5",
166-
"Programming Language :: Python :: 3.6",
167-
"Programming Language :: Python :: 3.7",
168-
"Programming Language :: Python :: 3.8",
169165
"Programming Language :: Python :: 3.9",
170166
"Programming Language :: Python :: 3.10",
171167
"Programming Language :: Python :: 3.11",
172-
"Topic :: Scientific/Engineering",
168+
"Programming Language :: Python :: 3.12",
169+
"Programming Language :: Python :: 3.13",
173170
"Topic :: Scientific/Engineering",
174171
]
175172

0 commit comments

Comments
 (0)