Skip to content

Commit

Permalink
Deprecate Python 3.8, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Nov 30, 2023
1 parent ca1eb70 commit de8e771
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 402 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit de8e771

Please sign in to comment.