Skip to content

Commit

Permalink
CI: Start testing on Python 3.13 (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH authored Oct 2, 2024
1 parent 13de53c commit cfa090c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,18 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.12"]
python-version: ["3.8", "3.13"]
include:
- os: windows-latest
python-version: "3.9"
- os: ubuntu-latest
python-version: "pypy-3.8"
python-version: "3.9"
- os: ubuntu-latest
python-version: "3.10"
- os: macos-latest
- os: ubuntu-latest
python-version: "3.11"
- os: ubuntu-latest
python-version: "3.12"
- os: ubuntu-latest
python-version: "pypy-3.10"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cfa090c

Please sign in to comment.