From f9dc28f35c0f8de8d25024b1f6be3a8d80d649bb Mon Sep 17 00:00:00 2001 From: Matthew Neeley Date: Wed, 13 Jul 2022 23:33:28 -0700 Subject: [PATCH] Drop 3.10 from Mac and Windows tests --- .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 103d5922c90..0cc2d5aae46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -234,7 +234,7 @@ jobs: name: Pytest Windows strategy: matrix: - python-version: [ '3.7', '3.8', '3.9', '3.10' ] + python-version: [ '3.7', '3.8', '3.9' ] runs-on: windows-2019 steps: - uses: actions/checkout@v2 @@ -259,7 +259,7 @@ jobs: name: Pytest MacOS strategy: matrix: - python-version: [ '3.7', '3.8', '3.9', '3.10' ] + python-version: [ '3.7', '3.8', '3.9' ] runs-on: macos-10.15 steps: - uses: actions/checkout@v2