From e378a8d6cd51ff3e03157283df576feb6fdae786 Mon Sep 17 00:00:00 2001 From: Lukas Heumos Date: Fri, 10 Oct 2025 15:09:55 +0200 Subject: [PATCH] Run Python 3.14 Signed-off-by: Lukas Heumos --- .github/workflows/integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 7d475fb..b338a96 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - python: ["3.12", "3.13"] + python: ["3.12", "3.14"] package: # extras should be a comma seperated list of strings, like `extras: "lazy,accelerated"` # The 'test' extra is always installed @@ -57,7 +57,7 @@ jobs: path: ${{ matrix.package.name }} - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python }}