remove Python 3.7 workarounds, fixes #103

This commit is contained in:
scito
2023-08-06 18:33:12 +02:00
committed by Roland Kurmann
parent 8a4e2e3641
commit 2610afe5d8
6 changed files with 21 additions and 39 deletions

View File

@@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
python-version: ["3.x", "3.11", "3.10", "3.9", "3.8", "3.7"]
python-version: ["3.x", "3.11", "3.10", "3.9", "3.8"]
platform: [ubuntu-latest, macos-latest, windows-latest]
# exclude: