From 8a7c9c43d7c18fa0d7a82af62782023f7ad164e7 Mon Sep 17 00:00:00 2001 From: Ian Sudbery <5391758+IanSudbery@users.noreply.github.com> Date: Wed, 4 Jan 2023 16:11:27 +0000 Subject: [PATCH] Update nosetests.yml Github actions no longer supports python 3.6 for the latest ubuntu in testing. Removed 3.6 from tested python versions. --- .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 d8d9375..c0fdc23 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.6", "3.7", "3.8", "3.9"] + python-version: ["3.7", "3.8", "3.9", "3.10"] os: [ubuntu-latest, macOS-latest] steps: