Raise minimum python version to 3.9

This commit is contained in:
2023-01-02 16:10:15 +01:00
parent 32b5522a1e
commit e45d11d4b1
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: ['3.9', '3.10']
python-version: ['3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v3