Include multiple python version tests

This commit is contained in:
Jakob Lass 2025-04-17 10:11:56 +02:00
parent b135aa16e7
commit e018f965e7

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.13.3]#,3.12.10,3.11.12,3.10.17,3.9.22]
python-version: [3.13.3,3.12.10,3.11.12,3.10.17,3.9.22]
steps:
- uses: actions/checkout@v2