Update Python versions in GitHub Actions

This commit is contained in:
Markus Opolka 2024-05-16 10:14:28 +02:00
parent 1f52898d10
commit 09a7ec080c

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: [3.8, 3,9] python-version: [3.8, 3.11, 3.12]
name: GitHub Action name: GitHub Action
steps: steps:
- name: Checkout - name: Checkout