From 607d1948b8747776f4a45d5b7c7eaeb57b6b9f80 Mon Sep 17 00:00:00 2001 From: David Lord Date: Mon, 17 Nov 2025 10:05:39 -0800 Subject: [PATCH] split free threading envs --- .github/workflows/tests.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 1e72e631..892573d8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,10 +13,12 @@ jobs: fail-fast: false matrix: include: - - {python: '3.14', tox: 'py3.14,py3.14t'} + - {python: '3.14'} + - {python: '3.14t'} - {name: Windows, python: '3.14', os: windows-latest} - {name: Mac, python: '3.14', os: macos-latest} - - {python: '3.13', tox: 'py3.13,py3.13t'} + - {python: '3.13'} + - {python: '3.13t'} - {python: '3.12'} - {python: '3.11'} - {python: '3.10'}