From 41f05ef209acd32fa9be284fe0295251fc3c090b Mon Sep 17 00:00:00 2001 From: rettigl Date: Sat, 12 Oct 2024 00:17:46 +0200 Subject: [PATCH] remove limits on python versions for tests --- .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 0c016113..f0efc943 100644 --- a/.github/workflows/testing_multiversion.yml +++ b/.github/workflows/testing_multiversion.yml @@ -13,7 +13,7 @@ jobs: # Using matrix strategy strategy: matrix: - python-version: ["3.9", "3.10", "3.11.8", "3.12.2"] + python-version: ["3.9", "3.10", "3.11", "3.12"] runs-on: ubuntu-latest steps: # Check out repo and set up Python