diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ad9e8297..f54064da8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,9 @@ jobs: # Any env name which does not start with `pyXY` will use this Python version. default_python: '3.10' envs: | + - linux: coverage + name: Python 3.13 coverage + python-version: 3.13-dev - linux: coverage name: Python 3.12 coverage python-version: 3.12