Skip to content

Commit

Permalink
GitHub Actions: test also with Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thiell committed Sep 9, 2024
1 parent 7baa58e commit b23322d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nosetests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
include:
- os: ubuntu-20.04
python-version: '3.6'
Expand All @@ -22,9 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install coverage
pip install nose-py3
pip install .
pip install coverage nose-py3 .
- name: Allow us to SSH passwordless to localhost
run: |
chmod og-rw ~
Expand Down

0 comments on commit b23322d

Please sign in to comment.