From bea5228f076cdd2c7061af953d23ba77bc41c4d8 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 28 Oct 2025 07:20:43 +0100 Subject: [PATCH] Add free threaded Python 3.14t to the testing --- .github/workflows/main.yml | 10 +--------- changelog.d/1274.fixed.rst | 1 + 2 files changed, 2 insertions(+), 9 deletions(-) create mode 100644 changelog.d/1274.fixed.rst diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70067782..d95249a3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -73,16 +73,8 @@ jobs: strategy: matrix: os: [ubuntu, windows] - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 3.14t] required: [true] - include: - - os: ubuntu - python-version: 3.14-dev - required: false - - os: windows - python-version: 3.14-dev - required: false - steps: - uses: actions/checkout@v5 diff --git a/changelog.d/1274.fixed.rst b/changelog.d/1274.fixed.rst new file mode 100644 index 00000000..75dacf07 --- /dev/null +++ b/changelog.d/1274.fixed.rst @@ -0,0 +1 @@ +Add free threaded Python 3.14t to the testing