Skip to content

Commit

Permalink
use ubuntu-22.04 to preserve python 3.7 and add python 3.13 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Oct 13, 2024
1 parent 1379a2e commit 03bac4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-22.04, macos-13, windows-latest]
python-version:
- '3.13'
- '3.12'
- '3.11'
- '3.10'
Expand Down

0 comments on commit 03bac4d

Please sign in to comment.