File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,12 +12,6 @@ name: unittest
1212permissions :
1313 contents : read
1414
15- env :
16- # Workaround: Allows libcst to compile on Python 3.15+ while PyO3 catches up
17- # Can be removed once libcst releases a version with native Python 3.15 wheels
18- # Follow https://github.com/Instagram/LibCST/issues/1445 for updates.
19- PYO3_USE_ABI3_FORWARD_COMPATIBILITY : " 1"
20-
2115
2216jobs :
2317 unit :
5953 NOX_VENV_BACKEND : ${{ matrix.python == '3.15' && 'venv' || '' }}
6054 # Unset the global uv seeder for 3.15 so the standard venv backend doesn't try to use virtualenv internals
6155 VIRTUALENV_SEEDER : ${{ matrix.python == '3.15' && '' || 'uv' }}
56+ # Workaround: Allows libcst to compile on Python 3.15+ while PyO3 catches up
57+ # Can be removed once libcst releases a version with native Python 3.15 wheels
58+ # Follow https://github.com/Instagram/LibCST/issues/1445 for updates.
59+ PYO3_USE_ABI3_FORWARD_COMPATIBILITY : " 1"
6260 run : |
6361 ci/run_conditional_tests.sh
6462 - name : Upload coverage results
You can’t perform that action at this time.
0 commit comments