diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index b50b088..ccb2fd2 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"] is_pre: [true, false] package: # extras should be a comma seperated list of strings, like `extras: "lazy,accelerated"` @@ -61,7 +61,7 @@ jobs: path: ${{ matrix.package.name }} - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python }}