Update github CI python versions

This commit is contained in:
Jens Diemer 2023-04-03 08:59:46 +02:00
parent 1311e9ea62
commit 21371f5060

View file

@ -14,7 +14,7 @@ jobs:
strategy: strategy:
max-parallel: 2 max-parallel: 2
matrix: matrix:
python-version: ["3.10", "3.9", "3.8", "3.7"] python-version: ["3.11", "3.10", "3.9"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with: