Skip to content

Commit

Permalink
removed py38
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-gould committed Jun 25, 2024
1 parent 029b6cf commit e0495e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]

envlist = py38, py39, py310, py311, bioformats, czi, base-imageio, dv, lif, nd2, omezarr, sldy, bfio, upstreams, lint
envlist = py39, py310, py311, bioformats, czi, base-imageio, dv, lif, nd2, omezarr, sldy, bfio, upstreams, lint
skip_missing_interpreters = true
toxworkdir={env:TOX_WORK_DIR:.tox}

Expand All @@ -18,7 +18,7 @@ setenv =
PYTHONPATH = {toxinidir}
extras =
test
deps =
deps =
bioformats_jar
commands =
pytest --basetemp={envtmpdir} --cov-report xml --cov-report html --cov=aicsimageio aicsimageio/tests/readers/extra_readers/test_bioformats_reader.py {posargs}
Expand All @@ -32,7 +32,7 @@ setenv =
PYTHONPATH = {toxinidir}
extras =
test
deps =
deps =
aicspylibczi>=3.1.1
fsspec>=2022.8.0
commands =
Expand Down

0 comments on commit e0495e8

Please sign in to comment.