fix: disable Python 3.x in tests

unit tests are in 3.x, but not 3.12 or 3.11
This commit is contained in:
scito
2024-01-08 20:41:17 +01:00
committed by Roland Kurmann
parent b548908014
commit 578eda8744

View File

@@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
python-version: ["3.x", "3.12", "3.11", "3.10", "3.9", "3.8"]
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
platform: [ubuntu-latest, macos-latest, windows-latest]
# exclude: