File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Bottleneck 1.4.2
14
14
Maintenance
15
15
~~~~~~~~~~~
16
16
- Add `python_requires ` to `setup.py ` to limit build to 3.9+
17
+ - Update the classifiers
17
18
18
19
Bottleneck 1.4.1
19
20
================
Original file line number Diff line number Diff line change @@ -162,14 +162,11 @@ def get_long_description():
162
162
"Programming Language :: C" ,
163
163
"Programming Language :: Python" ,
164
164
"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" ,
169
165
"Programming Language :: Python :: 3.9" ,
170
166
"Programming Language :: Python :: 3.10" ,
171
167
"Programming Language :: Python :: 3.11" ,
172
- "Topic :: Scientific/Engineering" ,
168
+ "Programming Language :: Python :: 3.12" ,
169
+ "Programming Language :: Python :: 3.13" ,
173
170
"Topic :: Scientific/Engineering" ,
174
171
]
175
172
You can’t perform that action at this time.
0 commit comments