Skip to content

Commit c0be205

Browse files
authored
Merge pull request #25 from ghisvail/ci/more-python-versions
CI: Test all supported Python versions
2 parents 71e6b59 + 073a0c8 commit c0be205

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ classifiers =
1818
Programming Language :: Python :: 3.7
1919
Programming Language :: Python :: 3.8
2020
Programming Language :: Python :: 3.9
21+
Programming Language :: Python :: 3.10
22+
Programming Language :: Python :: 3.11
2123
Topic :: Scientific/Engineering
2224

2325
[options]

0 commit comments

Comments
 (0)