Skip to content

Commit

Permalink
Remove 3.10 testing
Browse files Browse the repository at this point in the history
Can reinstate when `numcodecs` releases 3.10 to PyPI.

Related issue: zarr-developers/numcodecs#308
  • Loading branch information
talonchandler committed Jun 21, 2022
1 parent 1bdd1bb commit fb44437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# 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]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310

[gh-actions:env]
PLATFORM =
Expand Down

0 comments on commit fb44437

Please sign in to comment.