Drop Python 3.8 and 3.9

Code assumes Python 3.10 features, so drop 3.8 and 3.9 from testing.
This commit is contained in:
Carl Thomé
2023-06-18 15:12:36 +02:00
parent d3d1c9e5aa
commit a038117efa

View File

@@ -12,8 +12,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
steps:
- uses: actions/checkout@v3