Skip to content

Commit

Permalink
Add Python 3.13 to CI (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet authored Nov 25, 2024
1 parent 21d601b commit add730b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
fail-fast: false
matrix:
include:
- { python-version: "3.13", os: ubuntu-latest, session: "tests" }
- { python-version: "3.12", os: ubuntu-latest, session: "tests" }
- { python-version: "3.11", os: ubuntu-latest, session: "tests" }
- { python-version: "3.10", os: ubuntu-latest, session: "tests" }
Expand Down

0 comments on commit add730b

Please sign in to comment.