From b4e0908c8178d1a6f9b689dbe7ccea299d0f98ae Mon Sep 17 00:00:00 2001 From: Tom Smith Date: Mon, 27 Feb 2023 16:08:58 +0000 Subject: [PATCH] Update nosetests.yml Removes 3.10 which is incompatible with nose (https://github.com/nose-devs/nose/issues/1099 & https://github.com/CGATOxford/UMI-tools/pull/546) --- .github/workflows/nosetests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nosetests.yml b/.github/workflows/nosetests.yml index c0fdc23..34498b6 100644 --- a/.github/workflows/nosetests.yml +++ b/.github/workflows/nosetests.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9"] os: [ubuntu-latest, macOS-latest] steps: