From 6bbe6fdf1a9138d74932234aa9a6183e9443245a Mon Sep 17 00:00:00 2001 From: CSY-ModelCloud Date: Mon, 30 Mar 2026 09:46:26 +0800 Subject: [PATCH 1/2] [CI] add 3.13 & 3.14t --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d55b5e..e6cf173 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - py: [ '3.10', '3.11', '3.12', '3.13', '3.14' ] + py: [ '3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t' ] runs-on: ${{ matrix.os }} steps: - name: Checkout Codes From eacdf4ae5a87da1bb35007d8c4374e26bb880536 Mon Sep 17 00:00:00 2001 From: CSY-ModelCloud Date: Mon, 30 Mar 2026 09:48:56 +0800 Subject: [PATCH 2/2] [CI] remove 3.13t --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6cf173..1bb3abe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - py: [ '3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t' ] + py: [ '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t' ] # no '3.13t', because RuntimeError: CFFI does not support the free-threaded build of CPython 3.13. Upgrade to free-threaded 3.14 or newer to use CFFI with the free-threaded build. runs-on: ${{ matrix.os }} steps: - name: Checkout Codes