Skip to content

Commit 570e2fd

Browse files
committed
CI: Test on Python 3.11
1 parent a3f8ecd commit 570e2fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@ jobs:
9090
runs-on: ${{ matrix.os }}
9191
strategy:
9292
matrix:
93-
os: ['ubuntu-20.04']
94-
python-version: [3.8, 3.9, "3.10"]
93+
os: ['ubuntu-22.04']
94+
python-version: ['3.8', '3.9', '3.10', '3.11']
9595
check: ['test']
9696
pip-flags: ['']
9797
depends: ['REQUIREMENTS']
9898
deb-depends: [false]
9999
nipype-extras: ['doc,tests,profiler']
100100
include:
101-
- os: ubuntu-20.04
102-
python-version: 3.8
101+
- os: ubuntu-22.04
102+
python-version: '3.8'
103103
check: test
104104
pip-flags: ''
105105
depends: REQUIREMENTS

0 commit comments

Comments
 (0)