Skip to content

Commit

Permalink
Add 3.13 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
figi44 committed Mar 6, 2025
1 parent 6c97ee8 commit 6afb4cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11","3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

#Define steps
steps:
Expand All @@ -36,4 +36,4 @@ jobs:
# Test with pytest
- name: Run pytest
run: |
poetry run pytest
poetry run pytest

0 comments on commit 6afb4cb

Please sign in to comment.