diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ec16083b..31c865605 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,8 @@ jobs: - python: '3.13' tox_env: py313-full - python: '3.14.0-alpha.1 - 3.14' - tox_env: py314-full + # Don't run the -full test suite due to unknown issues with dependencies on 3.14-alpha + tox_env: py314 - python: 'pypy-3.10' # Pypy is a lot slower due to jit warmup costs, so don't run the # "full" test config there.