From e435d80adf6b0462ac830adf30422db064486a06 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 14 Dec 2021 10:11:50 -0500 Subject: [PATCH] remove Py3.6 testing, add Py3.10 and pypy 3.8 testing --- .github/workflows/linuxci.yml | 2 +- .github/workflows/macosci.yml | 2 +- .github/workflows/windowsci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linuxci.yml b/.github/workflows/linuxci.yml index 14766a6..26589ca 100644 --- a/.github/workflows/linuxci.yml +++ b/.github/workflows/linuxci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9, pypy3] + python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"] name: Linux CI steps: - name: Check out source repository diff --git a/.github/workflows/macosci.yml b/.github/workflows/macosci.yml index 973da77..c19bd1f 100644 --- a/.github/workflows/macosci.yml +++ b/.github/workflows/macosci.yml @@ -11,7 +11,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9, pypy3] + python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"] name: macOS CI steps: - name: Check out source repository diff --git a/.github/workflows/windowsci.yml b/.github/workflows/windowsci.yml index a11eb96..3c995e2 100644 --- a/.github/workflows/windowsci.yml +++ b/.github/workflows/windowsci.yml @@ -11,7 +11,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9, pypy3] + python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"] name: Windows CI steps: - name: Check out source repository