Skip to content

Commit 2322870

Browse files
committed
test
1 parent 112a80b commit 2322870

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
platform: [ubuntu-latest, windows-latest, macos-13]
34-
python-version: ["3.9", "3.10", "3.11", "3.12"]
34+
python-version: ["3.9", "3.10", "3.11"]
3535
napari: ["latest", "repo"]
3636
exclude:
3737
# TODO: PyQt / PySide wheels missing

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ python =
1010
3.9: py39
1111
3.10: py310
1212
3.11: py311
13-
3.12: py312
14-
3.13: py313
1513

1614
[gh-actions:env]
1715
NAPARI =

0 commit comments

Comments
 (0)