Add py free-threaded support + concurrent access test

PiperOrigin-RevId: 872298536
This commit is contained in:
Evgenii Kliuchnikov
2026-02-19 02:45:36 -08:00
committed by Copybara-Service
parent 54f74c7f5a
commit 51be27dbd9
6 changed files with 543 additions and 314 deletions

View File

@@ -71,6 +71,8 @@ jobs:
- if: matrix.language == 'cpp' || matrix.language == 'python'
name: Build Python
run: |
python -VV
pip install "setuptools>=70.0.0"
python setup.py build_ext
- name: Perform CodeQL Analysis