From 1e0c1ed8a8b6986f2287dcc68a15878691cf8930 Mon Sep 17 00:00:00 2001 From: burgholzer Date: Sat, 14 Sep 2024 13:27:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: burgholzer --- .github/workflows/ci.yml | 2 -- noxfile.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2aa5bb82..8245ddd43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,8 +37,6 @@ jobs: needs: change-detection if: fromJSON(needs.change-detection.outputs.run-python-tests) uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-ci.yml@combined-python-tests - with: - skip-testing-latest-python: true code-ql: name: 📝 CodeQL diff --git a/noxfile.py b/noxfile.py index dd3ccfb48..261e9afc9 100644 --- a/noxfile.py +++ b/noxfile.py @@ -18,7 +18,7 @@ nox.options.sessions = ["lint", "tests", "minimums"] -PYTHON_ALL_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13"] +PYTHON_ALL_VERSIONS = ["3.9", "3.10", "3.11", "3.12"] # The following lists all the build requirements for building the package. # Note that this includes transitive build dependencies of package dependencies,