Skip to content

Commit f85c116

Browse files
committed
chore: Drop Python 3.9 support, test on 3.14
1 parent 64e3693 commit f85c116

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ jobs:
6363
needs: build
6464
strategy:
6565
matrix:
66-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
66+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
6767
mode: ['wheel']
6868
include:
69-
- {python-version: '3.11', mode: 'repo'}
70-
- {python-version: '3.11', mode: 'sdist'}
71-
- {python-version: '3.11', mode: 'editable'}
69+
- {python-version: '3.13', mode: 'repo'}
70+
- {python-version: '3.13', mode: 'sdist'}
71+
- {python-version: '3.13', mode: 'editable'}
7272

7373
env:
7474
TEMPLATEFLOW_HOME: /tmp/home

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ classifiers = [
1212
"Intended Audience :: Science/Research",
1313
"Topic :: Scientific/Engineering :: Image Recognition",
1414
"License :: OSI Approved :: Apache Software License",
15-
"Programming Language :: Python :: 3.9",
1615
"Programming Language :: Python :: 3.10",
1716
"Programming Language :: Python :: 3.11",
1817
"Programming Language :: Python :: 3.12",
1918
"Programming Language :: Python :: 3.13",
19+
"Programming Language :: Python :: 3.14",
2020
]
2121
license = {file = "LICENSE"}
22-
requires-python = ">=3.9"
22+
requires-python = ">=3.10"
2323
dependencies = [
2424
"acres >= 0.5.0",
2525
"platformdirs >= 4.0",

0 commit comments

Comments
 (0)