File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 3131 - os : ubuntu-latest
3232 python : " 3.13-dev"
3333 experimental : true
34- build : ' '
3534 - os : ubuntu-latest
3635 python : " 3.13-dev"
3736 experimental : true
@@ -40,18 +39,15 @@ jobs:
4039 - os : ubuntu-latest
4140 python : pypy-3.10
4241 experimental : false
43- build : ' '
4442 - os : ubuntu-latest
4543 python : pypy-3.9
4644 experimental : false
47- build : ' '
4845 - os : macos-latest
4946 python : " 3.12"
5047 experimental : true
5148 - os : windows-latest
5249 python : " 3.12"
5350 experimental : true
54- build : ' '
5551 steps :
5652 - uses : actions/checkout@v4
5753 - name : Set up Python ${{ matrix.python }}
7268 python -m pip install --upgrade pip setuptools
7369 python -m pip install -e .
7470 - name : Display Python version
75- run : python --version --version
71+ run : |
72+ python -VV
73+ python -c 'import sysconfig; print("Free threading?", "Yes" if sysconfig.get_config_var("Py_GIL_DISABLED") else "No")'
7674 - name : Run Tests
7775 id : pyperformance
7876 run : python -u -m pyperformance.tests
You can’t perform that action at this time.
0 commit comments