Skip to content

Commit

Permalink
Use ubuntu 22.04 and python 3.11 (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr committed May 7, 2024
1 parent e03b43e commit 79f4dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

strategy:
matrix:
python-version: [pypy-3.7, 3.7, 3.8, 3.9, '3.10', 3.11, '3.12', '3.13.0-alpha.5']
os: [ubuntu-20.04]
python-version: [pypy-3.7, 3.7, 3.8, 3.9, '3.10', 3.11, '3.12', '3.13-dev']
os: [ubuntu-22.04]
include:
- os: windows-latest
python-version: 3.11
Expand Down

0 comments on commit 79f4dc9

Please sign in to comment.