diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 836dc23d..c513d800 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,9 +39,14 @@ jobs: strategy: matrix: python-version: [ - "3.10", "3.11", "3.12", "3.13", "3.14" + "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t" ] os: [ubuntu-latest, macos-latest, windows-latest] + include: + - python-version: "3.14t" + experimental: true + + continue-on-error: ${{ matrix.experimental == true }} steps: - uses: actions/checkout@v4 @@ -55,6 +60,8 @@ jobs: python-version: ${{ matrix.python-version }} - name: Test Python + env: + PYTHON_GIL: ${{ matrix.experimental == true && '0' || '1' }} run: just test-python - name: Test Rust diff --git a/AUTHORS.rst b/AUTHORS.rst index 1bd657fb..9f5e76bf 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -12,3 +12,4 @@ Authors * Nicholas Bunn - https://github.com/NicholasBunn * Nathan McDougall - https://github.com/nathanjmcdougall * Oleksandr Zaiats - https://github.com/z4y4ts +* Pablo Aguilar - https://github.com/thepabloaguilar