Skip to content

Commit

Permalink
Update requirements + remove warnings + remove Python 3.9
Browse files Browse the repository at this point in the history
fixed #195
  • Loading branch information
Jens Diemer committed Aug 7, 2024
1 parent dc6b989 commit 74b9b46
Show file tree
Hide file tree
Showing 5 changed files with 331 additions and 307 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.12", "3.11", "3.10", "3.9"]
python-version: ["3.12", "3.11", "3.10"]
steps:
- name: Checkout
run: |
Expand Down
Loading

0 comments on commit 74b9b46

Please sign in to comment.