We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c9bca commit 536ce6cCopy full SHA for 536ce6c
.github/workflows/check.yaml
@@ -30,6 +30,10 @@ jobs:
30
- name: Set up uv
31
run: curl -LsSf https://astral.sh/uv/install.sh | sh
32
33
+ - name: Set special env for 3.14t
34
+ if: matrix.python-version == '3.14t'
35
+ run: echo "PYTHON_GIL=0" >> $GITHUB_ENV
36
+
37
- name: Set up Python ${{ matrix.python-version }}
38
id: setup-python
39
run: |
0 commit comments