Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit ba2790e

Browse files
mseng10hjmjohnson
authored andcommitted
ENH: Update supported Python versions for package builds
The minimum version has been bumped from 3.5 to 3.6. The maximum has been bumped from 3.8 to 3.9.
1 parent c371130 commit ba2790e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
strategy:
132132
max-parallel: 2
133133
matrix:
134-
python-version: [35, 36, 37, 38]
134+
python-version: [36, 37, 38, 39]
135135
include:
136136
- itk-python-git-tag: "v5.1.1.post1"
137137

@@ -196,7 +196,7 @@ jobs:
196196
strategy:
197197
max-parallel: 2
198198
matrix:
199-
python-version-minor: [5, 6, 7, 8]
199+
python-version-minor: [6, 7, 8, 9]
200200
include:
201201
- itk-python-git-tag: "v5.1.1.post1"
202202

0 commit comments

Comments
 (0)