Skip to content

Commit

Permalink
Merge pull request #14 from figi44/main
Browse files Browse the repository at this point in the history
Fix dep conflicts on python3.13
  • Loading branch information
dwest77a authored Mar 6, 2025
2 parents adc6b82 + 6afb4cb commit 8e558c9
Show file tree
Hide file tree
Showing 3 changed files with 825 additions and 290 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
Loading

0 comments on commit 8e558c9

Please sign in to comment.