Toss 3.10 into CI

alpha3
Tyler Goodlet 2021-11-01 14:12:42 -04:00
parent 8fdc548676
commit 3452e18e6d
1 changed files with 1 additions and 1 deletions

View File

@ -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: