fix: disable Python 3.x in tests

unit tests are in 3.x, but not 3.12 or 3.11
pull/178/head
scito 4 months ago committed by Roland Kurmann
parent b548908014
commit 578eda8744

@ -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:

Loading…
Cancel
Save