diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc00dd5..2e154ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: with: # Floor of requires-python = ">=3.10" (pyproject.toml) — pinning the # floor verifies the declared minimum actually parses and builds. - python-version: '3.10' + python-version: '3.14' - name: Byte-compile all Python sources run: python -m compileall -q .