From 9bd534df83cf74c8b2aaa66ae2a3e8b4d7dac2e2 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 3 Aug 2022 15:38:27 -0400 Subject: [PATCH] Drop 3.9 from CI jobs --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7934044..c5ecbac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: