Skip to content

Commit

Permalink
Remove Python 3.7 support and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaumann committed Oct 30, 2023
1 parent 1f28346 commit 9b59796
Show file tree
Hide file tree
Showing 3 changed files with 681 additions and 286 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
shell: bash
strategy:
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10']
python-version: [ '3.8', '3.9', '3.10', '3.11']
platform: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
Loading

0 comments on commit 9b59796

Please sign in to comment.