Drop 3.9 from CI jobs

disable_win_ci
Tyler Goodlet 2022-08-03 15:38:27 -04:00
parent c1d700f257
commit 9bd534df83
1 changed files with 2 additions and 2 deletions

View File

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