diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index abc0d46..80ce84d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ on: pull_request: jobs: test: - name: "pytest@python3.13" + name: "pytest@python3.14" runs-on: ubuntu-latest strategy: matrix: @@ -18,7 +18,7 @@ jobs: - name: Install Python uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.14" - name: Run tests run: | cd "${{ matrix.showcase }}"