add latest Python version to workflow

This commit is contained in:
scito
2022-09-03 16:17:26 +02:00
committed by Roland Kurmann
parent 175e7c38e5
commit 8d3e634eed
2 changed files with 3 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.x"]
steps:
- uses: actions/checkout@v3