@@ -9,19 +9,19 @@ authors = [{ name = "NiBabel developers", email = "
[email protected] " }]
99maintainers = [{ name = " Christopher Markiewicz" }]
1010readme = " README.rst"
1111license = { 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" ]
1414classifiers = [
1515 " Development Status :: 5 - Production/Stable" ,
1616 " Environment :: Console" ,
1717 " Intended Audience :: Science/Research" ,
1818 " License :: OSI Approved :: MIT License" ,
1919 " Operating System :: OS Independent" ,
2020 " Programming Language :: Python" ,
21- " Programming Language :: Python :: 3.7" ,
2221 " Programming Language :: Python :: 3.8" ,
2322 " Programming Language :: Python :: 3.9" ,
2423 " Programming Language :: Python :: 3.10" ,
24+ " Programming Language :: Python :: 3.11" ,
2525 " Topic :: Scientific/Engineering" ,
2626]
2727# Version from setuptools_scm
0 commit comments