Skip to content

Commit

Permalink
Drop python < 3.11 and update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
synrg committed Sep 8, 2024
1 parent 2626871 commit d4842f4
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 236 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.11', '3.12']
fail-fast: false

steps:
Expand Down
Loading

0 comments on commit d4842f4

Please sign in to comment.