Skip to content

Commit

Permalink
build(deps): bump deps, drop python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed Dec 26, 2024
1 parent b72b3c2 commit 80a576b
Show file tree
Hide file tree
Showing 3 changed files with 542 additions and 566 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9, "3.10", 3.11]
python-version: ["3.10", 3.11, 3.12]
poetry-version: [1.8.2]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
Expand Down
Loading

0 comments on commit 80a576b

Please sign in to comment.