From 4422450189778336bfa39c7ebee4146316f0aead Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Tue, 4 Jan 2022 10:05:36 -0500 Subject: [PATCH] Test for python-3.10 --- .github/workflows/testing.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 35885c3..2c561bf 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -14,9 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: - - 3.8 - - 3.9 + python-version: ["3.8", "3.9", "3.10"] os: - ubuntu-latest - macos-latest