We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d31a32 commit 532f2ccCopy full SHA for 532f2cc
1 file changed
setup.cfg
@@ -4,9 +4,10 @@ classifiers =
4
Intended Audience :: Science/Research
5
Topic :: Scientific/Engineering :: Image Recognition
6
License :: OSI Approved :: Apache Software License
7
- Programming Language :: Python :: 3.6
8
Programming Language :: Python :: 3.7
9
Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
10
+ Programming Language :: Python :: 3.10
11
description = TemplateFlow Python Client - TemplateFlow is the Zone of neuroimaging templates.
12
license = Apache-2.0
13
license_file = LICENSE
@@ -23,7 +24,7 @@ project_urls =
23
24
Source Code = https://github.com/templateflow/python-client
25
26
[options]
-python_requires = >= 3.6
27
+python_requires = >= 3.7
28
setup_requires =
29
setuptools >= 45
30
setuptools_scm >= 6.2
0 commit comments