Skip to content

Commit

Permalink
GitHub Actions: add Python 3.13 (cea-hpc#573)
Browse files Browse the repository at this point in the history
Also remove Python 3.7 from ubuntu-latest
  • Loading branch information
thiell authored Jan 21, 2025
1 parent 3ab6cbd commit a11656e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nosetests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
include:
- os: ubuntu-20.04
python-version: '3.6'
- os: ubuntu-22.04
python-version: '3.7'
name: Tests with Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a11656e

Please sign in to comment.