- Remove support for python <= 3.9.

This commit is contained in:
Wim Pomp
2024-04-12 17:38:38 +02:00
parent 1bfac6f26e
commit 8bf1646736
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4