Skip to content

Commit

Permalink
ubuntu-24.04 with python 3.11 not 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 4, 2024
1 parent f29a5fa commit 5a8b912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ jobs:
matrix:
include:
# prereleases
- runner: ubuntu-24.04
- runner: ubuntu-latest
python-version: "3.13"

- runner: ubuntu-latest
- runner: ubuntu-24.04
python-version: "3.11"
coverage: 'coverage'

Expand Down

0 comments on commit 5a8b912

Please sign in to comment.