From 56265940caa558f6b1ee271c60e3efbd9a4b5dcb Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Wed, 26 Jan 2022 16:38:03 -0800 Subject: [PATCH] update ci versions --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e2b10f..24e5051 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,9 +19,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest, macos-latest] # TODO windows-latest?? - python-version: [3.6, 3.7, 3.8] - # seems like 3.6 isn't available on their osx image anymore - exclude: [{platform: macos-latest, python-version: 3.6}] + python-version: [3.7, 3.8, 3.9, "3.10"] runs-on: ${{ matrix.platform }}