@@ -188,8 +188,8 @@ def build_extensions(self):
188
188
],
189
189
cmdclass = {"build_ext" : BuildExt }, # taken from pybind11 example
190
190
zip_safe = False ,
191
- test_suite = "nose.collector " ,
192
- tests_require = ["nose " ],
191
+ test_suite = "pytest " ,
192
+ tests_require = ["pytest " ],
193
193
classifiers = [
194
194
# How mature is this project? Common values are
195
195
# 3 - Alpha
@@ -207,14 +207,11 @@ def build_extensions(self):
207
207
"License :: OSI Approved :: MIT License" ,
208
208
# Specify the Python versions you support here. In particular, ensure
209
209
# that you indicate whether you support Python 2, Python 3 or both.
210
- "Programming Language :: Python :: 2" ,
211
- "Programming Language :: Python :: 2.7" ,
212
- "Programming Language :: Python :: 3" ,
213
- #'Programming Language :: Python :: 3.3',
214
- #'Programming Language :: Python :: 3.4',
215
- "Programming Language :: Python :: 3.5" ,
216
- "Programming Language :: Python :: 3.6" ,
217
- "Programming Language :: Python :: 3.7" ,
210
+ "Programming Language :: Python :: 3.8" ,
211
+ "Programming Language :: Python :: 3.9" ,
212
+ "Programming Language :: Python :: 3.10" ,
213
+ "Programming Language :: Python :: 3.11" ,
214
+ "Programming Language :: Python :: 3.12" ,
218
215
],
219
216
# What does your project relate to?
220
217
keywords = "room acoustics signal processing doa beamforming adaptive" ,
0 commit comments