From d80d273921fd5fb0c97cfcce9bb427ee8a8db9a2 Mon Sep 17 00:00:00 2001 From: Michael Greene Date: Wed, 23 Nov 2022 16:43:36 -0800 Subject: [PATCH] update PR tests --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6f51d5a..2b3ffc1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-18.04, macos-10.15] - python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10'] + python-version: [3.6, 3.7, 3.8, 3.9, '3.10'] steps: - uses: actions/checkout@v2 @@ -59,8 +59,6 @@ jobs: strategy: matrix: include: - - python-version: 3.5 - env: py35-setup - python-version: 3.6 env: py36-setup - python-version: 3.7 @@ -69,6 +67,8 @@ jobs: env: py38-setup - python-version: 3.9 env: py39-setup + - python-version: '3.10' + env: py39-setup steps: - uses: actions/checkout@v2