Skip to content

Commit 7a08d79

Browse files
[CI] add 3.14t release build (#80)
* [CI] add 3.13 & 3.14t * [CI] remove 3.13t
1 parent 97dde31 commit 7a08d79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
fail-fast: false
7979
matrix:
8080
os: [ ubuntu-latest, macos-latest, windows-latest ]
81-
py: [ '3.10', '3.11', '3.12', '3.13', '3.14' ]
81+
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.
8282
runs-on: ${{ matrix.os }}
8383
steps:
8484
- name: Checkout Codes

0 commit comments

Comments
 (0)