no git jobs

This commit is contained in:
Gunther Weissenbaeck 2024-02-15 11:49:25 +01:00
parent dc4836579d
commit 595f3c07f5

View file

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