Skip to content

Commit bfbc220

Browse files
authored
Merge pull request #13 from ubaumann/main
Remove Python 3.7 support, update dependencies and add tests for Python 3.11
2 parents 1f28346 + 9b59796 commit bfbc220

File tree

3 files changed

+681
-286
lines changed

3 files changed

+681
-286
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
shell: bash
4141
strategy:
4242
matrix:
43-
python-version: [ '3.7', '3.8', '3.9', '3.10']
43+
python-version: [ '3.8', '3.9', '3.10', '3.11']
4444
platform: [ubuntu-latest, macOS-latest, windows-latest]
4545
runs-on: ${{ matrix.platform }}
4646
steps:

0 commit comments

Comments
 (0)