From 1f40969b330758fc3952d472a6f770d4991edd2b Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Thu, 26 Aug 2021 19:41:43 +0200 Subject: [PATCH] Nose is not cutting edge enough for python 3.10 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4520267e..ff7caad0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -199,7 +199,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - name: Check out code from GitHub uses: actions/checkout@v2.3.4