Skip to content

Commit 5fad9ab

Browse files
committed
MNT: Require Python 3.7+, numpy 1.17+, declare 3.10 support
1 parent 4ecf756 commit 5fad9ab

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

min-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Auto-generated by tools/update_requirements.py
2-
numpy ==1.15
2+
numpy ==1.17
33
packaging ==17.0
44
setuptools

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Auto-generated by tools/update_requirements.py
2-
numpy >=1.15
2+
numpy >=1.17
33
packaging >=17.0
44
setuptools

setup.cfg

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ classifiers =
1313
License :: OSI Approved :: MIT License
1414
Operating System :: OS Independent
1515
Programming Language :: Python
16-
Programming Language :: Python :: 3.6
1716
Programming Language :: Python :: 3.7
1817
Programming Language :: Python :: 3.8
1918
Programming Language :: Python :: 3.9
19+
Programming Language :: Python :: 3.10
2020
Topic :: Scientific/Engineering
2121
license = MIT License
2222
description = Access a multitude of neuroimaging data formats
@@ -28,9 +28,9 @@ provides =
2828
nisext
2929

3030
[options]
31-
python_requires = >=3.6
31+
python_requires = >=3.7
3232
install_requires =
33-
numpy >=1.15
33+
numpy >=1.17
3434
packaging >=17.0
3535
setuptools
3636
zip_safe = False
@@ -59,7 +59,6 @@ style =
5959
test =
6060
coverage
6161
pytest !=5.3.4
62-
pytest <7 ; python_version == "3.6"
6362
pytest-cov
6463
pytest-doctestplus
6564
zstd =

0 commit comments

Comments
 (0)