Skip to content

Commit 1efb1c9

Browse files
committed
CI: Test wheel for 3.7-3.11, test other methods with 3.9
1 parent 5230642 commit 1efb1c9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/pythonpackage.yml

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

6872
env:
6973
TEMPLATEFLOW_HOME: /tmp/home

0 commit comments

Comments
 (0)