diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 833866f2..c87be625 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest, windows-latest, macos-latest] - python-version: [3.7, 3.8, 3.9, '3.10'] + python-version: [3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index 5d5f2052..112d8b2b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ # Modified from from cookiecutter-napari-plugin # For more information about tox, see https://tox.readthedocs.io/en/latest/ [tox] -envlist = py{37, 38,39,310}-{linux,macos,windows} +envlist = py{37, 38,39}-{linux,macos,windows} isolated_build=true [gh-actions] @@ -9,7 +9,6 @@ python = 3.7: py37 3.8: py38 3.9: py39 - 3.10: py310 [gh-actions:env] PLATFORM =