From b35d8ccb8c200206c7ec7c89efe6b62a4177557d Mon Sep 17 00:00:00 2001 From: Laurenz Rettig <53396064+rettigl@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:46:37 +0100 Subject: [PATCH] Update testing_multiversion.yml Limit test versions to allowd versions --- .github/workflows/testing_multiversion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing_multiversion.yml b/.github/workflows/testing_multiversion.yml index f34ae159..d3610372 100644 --- a/.github/workflows/testing_multiversion.yml +++ b/.github/workflows/testing_multiversion.yml @@ -12,7 +12,7 @@ jobs: # Using matrix strategy strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11.8"] runs-on: ubuntu-latest steps: # Check out repo and set up Python