diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a1e7491..36d0cde 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t'] include: # Intel runner - os: macos-15-intel diff --git a/pyproject.toml b/pyproject.toml index 28159c5..36fddef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,5 +7,4 @@ requires = [ [tool.cibuildwheel] build-frontend = "build[uv]" -enable = ["cpython-freethreading"] environment-pass = ["SETUPTOOLS_SCM_PRETEND_VERSION"]