Skip to content

Commit

Permalink
Merge pull request #13 from ubaumann/main
Browse files Browse the repository at this point in the history
Remove Python 3.7 support, update dependencies and add tests for Python 3.11
  • Loading branch information
ubaumann authored Oct 30, 2023
2 parents 1f28346 + 9b59796 commit bfbc220
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 bfbc220

Please sign in to comment.