diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd3665ad..f06a6116 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ jobs: - "3.11" - "3.12" - "3.13" - - "3.13t" - "3.14" - "3.14t" steps: @@ -102,7 +101,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.10", "3.13t"] + python-version: ["3.10", "3.14t"] steps: - uses: actions/checkout@v4 with: diff --git a/pyproject.toml b/pyproject.toml index f29b2474..983aee70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,7 +112,6 @@ skip = [ "*-musllinux_s390x", "*-musllinux_armv7l", ] -enable = ["cpython-freethreading"] test-command = [ "python --version", "python -m libcst.tool list",