From e90d1e69403b8937395ca516e65e0ebec46cedae Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Thu, 13 Jan 2022 14:28:43 -0800 Subject: [PATCH] Add python 3.10 to actions matrix now that we're off nose --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b3cca6..656a8ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: # Tested versions based on dates in https://devguide.python.org/devcycle/#end-of-life-branches, - python-version: ['3.7', '3.8', '3.9'] + python-version: ['3.7', '3.8', '3.9', '3.10'] steps: - uses: actions/checkout@master - name: Setup python