Skip to content

Commit 4d2f4c7

Browse files
committed
CI: Add Python 3.12 tests, unpin the flake8 Python version
1 parent 06f8a27 commit 4d2f4c7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: ['3.8', '3.9', '3.10', '3.11']
19+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
2020

2121
steps:
2222
- name: Set up Python ${{ matrix.python-version }}
@@ -91,8 +91,6 @@ jobs:
9191
runs-on: ubuntu-latest
9292
steps:
9393
- uses: actions/checkout@v3
94-
- name: Set up Python 3.7
94+
- name: Set up Python 3
9595
uses: actions/setup-python@v4
96-
with:
97-
python-version: 3.7
9896
- run: pipx run flake8 nitransforms

0 commit comments

Comments
 (0)