Skip to content

Commit

Permalink
drop support for python 3.8 and update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
fonhorst committed Jun 8, 2024
1 parent ee8245e commit 386f5e9
Show file tree
Hide file tree
Showing 3 changed files with 298 additions and 355 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
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.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
Expand Down
Loading

0 comments on commit 386f5e9

Please sign in to comment.