From 4ecb45552039a0992462ba8220652192da02e05d Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Thu, 20 Nov 2025 19:36:48 -0800 Subject: [PATCH] ci: perform tests the most recent python 3.14 releases --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}"