diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5c9ce24..fb03081e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - python: ['3.9'] + python: ['3.9', '3.10'] spawn_backend: ['trio', 'mp'] steps: