From 500b13dfaecbb180082ac2797d2ab677603ef0d1 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 30 Jan 2021 19:02:15 -0500 Subject: Remove Python 3.10 testing because it doesn't appear to be available in GitHub Actions yet --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d85b789c..8aa0a082 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.6, 3.7, 3.8, 3.9, 3.10] + python-version: [3.6, 3.7, 3.8, 3.9] fail-fast: false runs-on: ${{ matrix.os }} steps: -- cgit v1.2.1