We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02fb184 commit 5da3b56Copy full SHA for 5da3b56
1 file changed
.github/workflows/test_and_deploy.yml
@@ -148,14 +148,15 @@ jobs:
148
dependency-extras: ${{ matrix.package-extras || '' }}
149
dependency-group: ${{ matrix.package-group || '' }}
150
qt: pyqt5
151
- python-version: "3.10"
+ python-version: ${{ matrix.python-version || '3.10' }}
152
post-install-cmd: "python -m pip install pytest-pretty lxml_html_clean" # just for napari
153
pytest-args: ${{ matrix.pytest-args }}
154
strategy:
155
fail-fast: false
156
matrix:
157
include:
158
- package: napari/napari
159
+ python-version: "3.13"
160
package-group: testing
161
pytest-args: src/napari/_tests/test_magicgui.py --import-mode=importlib
162
0 commit comments