From 298787529384240df55dff837e95d8405c335ec6 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Thu, 13 Jan 2022 09:50:32 -0800 Subject: [PATCH] Looks like nose doesn't support 3.10, so for now hold off on it --- .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 656a8ae..8b3cca6 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', '3.10'] + python-version: ['3.7', '3.8', '3.9'] steps: - uses: actions/checkout@master - name: Setup python