Skip to content

Commit b9b1728

Browse files
authored
GitHub Actions: test also with Python 3.12 (#567)
1 parent 7baa58e commit b9b1728

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/nosetests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11']
11+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
1212
include:
1313
- os: ubuntu-20.04
1414
python-version: '3.6'
@@ -22,9 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install coverage
26-
pip install nose-py3
27-
pip install .
25+
pip install coverage nose-py3 .
2826
- name: Allow us to SSH passwordless to localhost
2927
run: |
3028
chmod og-rw ~

0 commit comments

Comments
 (0)