We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb8197 commit cbd92bdCopy full SHA for cbd92bd
.github/workflows/ctu.yml
@@ -33,22 +33,26 @@ jobs:
33
- version: "3.13t"
34
# 2025-03-07 KO crypt => cryptography
35
cover: 84.0
36
- env: PYTHON_GIL=0
+ env:
37
+ PYTHON_GIL: 0
38
deps: doc,dev,tests
39
40
- env: PYTHON_GIL=1
41
42
+ PYTHON_GIL: 1
43
44
- version: "3.14"
45
cover: 100.0
46
deps: doc,dev,tests,crypt
47
- version: "3.14t"
48
49
50
51
52
53
54
55
56
57
steps:
58
# Setup
0 commit comments