Try windows CI on py 3.10

310_windows
Tyler Goodlet 2022-07-11 20:15:35 -04:00
parent f4973e90e9
commit 9bc1c6f385
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest]
python: ['3.9']
python: ['3.9', '3.10']
spawn_backend: ['trio', 'mp']
steps: