Skip to content

Commit 9b59796

Browse files
committed
Remove Python 3.7 support and update dependencies
1 parent 1f28346 commit 9b59796

3 files changed

Lines changed: 681 additions & 286 deletions

File tree

.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)