From 5da56f577c7b719f5b48bb9df5fc95af8194ef84 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Fri, 21 Nov 2025 11:09:37 +0000 Subject: [PATCH] CI: Use non-rc Python 3.14 releases Left over from Python 3.14 support work. --- .github/workflows/tests.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 434309dc..a47c36ad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -101,19 +101,19 @@ jobs: - tox_env: py313-m_ans-ans8 python_version: '3.13' - tox_env: py314-m_ans-ans9 - python_version: '3.14.0-rc.3' + python_version: '3.14' - tox_env: py314-m_ans-ans10 - python_version: '3.14.0-rc.3' + python_version: '3.14' - tox_env: py314-m_ans-ans11 - python_version: '3.14.0-rc.3' + python_version: '3.14' - tox_env: py314-m_ans-ans12 - python_version: '3.14.0-rc.3' + python_version: '3.14' - tox_env: py314-m_ans-ans12-s_lin - python_version: '3.14.0-rc.3' + python_version: '3.14' - tox_env: py314-m_mtg - python_version: '3.14.0-rc.3' + python_version: '3.14' steps: - uses: actions/checkout@v4 @@ -160,12 +160,12 @@ jobs: matrix: include: - tox_env: py314-m_lcl-ans12 - python_version: '3.14.0-rc.3' + python_version: '3.14' - tox_env: py314-m_lcl-ans12-s_lin - python_version: '3.14.0-rc.3' + python_version: '3.14' - tox_env: py314-m_mtg - python_version: '3.14.0-rc.3' + python_version: '3.14' steps: - uses: actions/checkout@v4