Skip to content

Commit 7a83735

Browse files
author
Fabien Coelho
committed
actually add 3.14t
1 parent ae1cc7e commit 7a83735

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ctu.yml

+10
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ jobs:
4242
- version: "3.14"
4343
deps: doc,dev,tests,crypt
4444
cover: 100.0
45+
- version: "3.14t"
46+
deps: doc,dev,tests
47+
env: PYTHON_GIL=0
48+
# cover: 83.9
49+
cover: 100.0
50+
- version: "3.14t"
51+
deps: doc,dev,tests
52+
env: PYTHON_GIL=1
53+
# cover: 83.9
54+
cover: 100.0
4555
steps:
4656
# Setup
4757
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)