Skip to content

Commit

Permalink
Drop 3.9 from CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Aug 3, 2022
1 parent 5be8a3b commit 44a0612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python: ['3.9', '3.10']
python: ['3.10']
spawn_backend: ['trio', 'mp']

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

steps:
Expand Down

0 comments on commit 44a0612

Please sign in to comment.