Skip to content

Commit 5da3b56

Browse files
committed
inc napari python version
1 parent 02fb184 commit 5da3b56

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,14 +148,15 @@ jobs:
148148
dependency-extras: ${{ matrix.package-extras || '' }}
149149
dependency-group: ${{ matrix.package-group || '' }}
150150
qt: pyqt5
151-
python-version: "3.10"
151+
python-version: ${{ matrix.python-version || '3.10' }}
152152
post-install-cmd: "python -m pip install pytest-pretty lxml_html_clean" # just for napari
153153
pytest-args: ${{ matrix.pytest-args }}
154154
strategy:
155155
fail-fast: false
156156
matrix:
157157
include:
158158
- package: napari/napari
159+
python-version: "3.13"
159160
package-group: testing
160161
pytest-args: src/napari/_tests/test_magicgui.py --import-mode=importlib
161162
- package: napari/napari

0 commit comments

Comments
 (0)