Skip to content

Commit 532f2cc

Browse files
committed
maint: drop Python 3.6
Resolves: #74.
1 parent 6d31a32 commit 532f2cc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ classifiers =
44
Intended Audience :: Science/Research
55
Topic :: Scientific/Engineering :: Image Recognition
66
License :: OSI Approved :: Apache Software License
7-
Programming Language :: Python :: 3.6
87
Programming Language :: Python :: 3.7
98
Programming Language :: Python :: 3.8
9+
Programming Language :: Python :: 3.9
10+
Programming Language :: Python :: 3.10
1011
description = TemplateFlow Python Client - TemplateFlow is the Zone of neuroimaging templates.
1112
license = Apache-2.0
1213
license_file = LICENSE
@@ -23,7 +24,7 @@ project_urls =
2324
Source Code = https://github.com/templateflow/python-client
2425

2526
[options]
26-
python_requires = >= 3.6
27+
python_requires = >= 3.7
2728
setup_requires =
2829
setuptools >= 45
2930
setuptools_scm >= 6.2

0 commit comments

Comments
 (0)