Skip to content

Commit 07bc0d9

Browse files
committed
drop 3.9 support, this version of napari is 3.10+
1 parent 8de3c4a commit 07bc0d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_lint_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [macos-latest, windows-latest]
19-
python-version: ["3.9", "3.10"]
19+
python-version: ["3.10"]

.github/workflows/test_lint_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest]
17-
python-version: ["3.9", "3.10"]
17+
python-version: ["3.10"]

0 commit comments

Comments
 (0)