Skip to content

Commit ec89a43

Browse files
committed
[CI] Test all supported Python versions
1 parent 75b72f2 commit ec89a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
python-version: [3.7, 3.9] # Check oldest and newest versions
22+
python-version: ['3.7', '3.11'] # Check oldest and newest versions
2323
pip-flags: ['', '--editable']
2424
pydra:
2525
- 'pydra'
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
strategy:
5050
matrix:
51-
python-version: [3.7, 3.8, 3.9]
51+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
5252

5353
steps:
5454
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)