Skip to content

Commit a32309c

Browse files
committed
ENH: Build Python 3.9 Python packages
1 parent e37e60c commit a32309c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
strategy:
139139
max-parallel: 2
140140
matrix:
141-
python-version: [36, 37, 38]
141+
python-version: [36, 37, 38, 39]
142142
include:
143143
- itk-python-git-tag: "v5.1.1.post1"
144144

@@ -219,7 +219,7 @@ jobs:
219219
strategy:
220220
max-parallel: 2
221221
matrix:
222-
python-version-minor: [6, 7, 8]
222+
python-version-minor: [6, 7, 8, 9]
223223
include:
224224
- itk-python-git-tag: "v5.1.1.post1"
225225

{{cookiecutter.project_name}}/.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: [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: [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)