Skip to content

Commit

Permalink
ci: Use Ubuntu 22.04 to test with Python 3.7 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jan 7, 2025
1 parent d794276 commit 05e444b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
matrix:
os: ["ubuntu-latest"]
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand All @@ -69,9 +68,11 @@ jobs:
- "3.14"
- "pypy3.10"
include:
- python-version: "3.12"
- python-version: "3.7"
os: "ubuntu-22.04"
- python-version: "3.13"
os: "windows-latest"
- python-version: "3.12"
- python-version: "3.13"
os: "macos-latest"
- python-version: "3.14-dev"
os: "ubuntu-latest"
Expand Down

0 comments on commit 05e444b

Please sign in to comment.