@@ -9,19 +9,19 @@ authors = [{ name = "NiBabel developers", email = "
[email protected] " }]
9
9
maintainers = [{ name = " Christopher Markiewicz" }]
10
10
readme = " README.rst"
11
11
license = { text = " MIT License" }
12
- requires-python = " >=3.7 "
13
- dependencies = [" numpy >=1.17 " , " packaging >=17" , " setuptools" ]
12
+ requires-python = " >=3.8 "
13
+ dependencies = [" numpy >=1.19 " , " packaging >=17" , " setuptools" ]
14
14
classifiers = [
15
15
" Development Status :: 5 - Production/Stable" ,
16
16
" Environment :: Console" ,
17
17
" Intended Audience :: Science/Research" ,
18
18
" License :: OSI Approved :: MIT License" ,
19
19
" Operating System :: OS Independent" ,
20
20
" Programming Language :: Python" ,
21
- " Programming Language :: Python :: 3.7" ,
22
21
" Programming Language :: Python :: 3.8" ,
23
22
" Programming Language :: Python :: 3.9" ,
24
23
" Programming Language :: Python :: 3.10" ,
24
+ " Programming Language :: Python :: 3.11" ,
25
25
" Topic :: Scientific/Engineering" ,
26
26
]
27
27
# Version from setuptools_scm
0 commit comments