diff --git a/.github/workflows/test_napari_repo.yml b/.github/workflows/test_napari_repo.yml index 214b2d0d3..2d61d0c73 100644 --- a/.github/workflows/test_napari_repo.yml +++ b/.github/workflows/test_napari_repo.yml @@ -34,7 +34,7 @@ jobs: fail-fast: false matrix: platform: [ ubuntu-24.04 ] - python: ['3.10', '3.11', '3.12', '3.13'] + python: ['3.11', '3.12', '3.13', '3.14'] napari_version: ['repo'] steps: - uses: actions/checkout@v6.0.2 diff --git a/tox.ini b/tox.ini index 0d3708348..4724b8128 100644 --- a/tox.ini +++ b/tox.ini @@ -84,7 +84,7 @@ commands = python -m pytest -v --json-report --json-report-file={toxinidir}/report-{envname}-{sys_platform}.json {posargs:package/tests/test_PartSeg/test_napari_widgets.py} -[testenv:py{310,311,312,313,314,315}-{PyQt5,PyQt6,PySide6}-napari_repo] +[testenv:py{311,312,313,314,315}-{PyQt5,PyQt6,PySide6}-napari_repo] deps = {[testenv]deps} git+https://github.com/napari/napari.git