Skip to content

Commit 36ea588

Browse files
committed
MNT: Drop Python 3.7, test on 3.12
1 parent 0e3795c commit 36ea588

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ jobs:
6262
needs: build
6363
strategy:
6464
matrix:
65-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
65+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
6666
mode: ['wheel']
6767
include:
68-
- {python-version: '3.9', mode: 'repo'}
69-
- {python-version: '3.9', mode: 'sdist'}
70-
- {python-version: '3.9', mode: 'editable'}
68+
- {python-version: '3.11', mode: 'repo'}
69+
- {python-version: '3.11', mode: 'sdist'}
70+
- {python-version: '3.11', mode: 'editable'}
7171

7272
env:
7373
TEMPLATEFLOW_HOME: /tmp/home

setup.cfg

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

2627
[options]
27-
python_requires = >= 3.7
28+
python_requires = >= 3.8
2829
setup_requires =
2930
setuptools >= 45
3031
setuptools_scm >= 6.2

0 commit comments

Comments
 (0)