Skip to content

Commit

Permalink
Adjusted target Python versions in GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 7, 2024
1 parent e9894e7 commit e43464d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.9", "pypy-3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.10"]
include:
- os: macos-latest
python-version: "3.8"
- os: windows-latest
python-version: "3.8"
- os: macos-latest
python-version: "3.12"
python-version: "3.13"
- os: windows-latest
python-version: "3.12"
python-version: "3.13"
- os: macos-latest
python-version: "pypy-3.10"
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit e43464d

Please sign in to comment.