From 578eda874464f40db74c9da21b16dcf47a659d26 Mon Sep 17 00:00:00 2001 From: scito Date: Mon, 8 Jan 2024 20:41:17 +0100 Subject: [PATCH] fix: disable Python 3.x in tests unit tests are in 3.x, but not 3.12 or 3.11 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bb53f3..aafb080 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: