From 54aa393e4a1adf5f940884916e22c7056993f20a Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Thu, 26 Sep 2024 11:55:41 -0400 Subject: [PATCH] add note and change pyside test ver --- .github/workflows/ci.yml | 2 +- README.md | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a087f930..2d0f0ed5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - python-version: "3.11" platform: ubuntu-latest backend: pyqt5 - - python-version: "3.10" + - python-version: "3.11" platform: windows-latest backend: pyside2 diff --git a/README.md b/README.md index 0e5be15c..cfa32050 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,11 @@ You can install `napari-micromanager` via [pip]: pip install napari-micromanager -You will also need a Qt backend such as PySide2/6, or PyQt5/6. If you've previously installed napari -into this environment with `pip install napari[all]`, then you will likely already have it. If not, -you will also need to install a Qt backend of your choice: +You will also need a Qt backend such as PySide2/6, or PyQt5/6. **PyQt is +preferred and receives more testing**. If you've previously installed napari +into this environment with `pip install napari[all]`, then you will likely +already have it. If not, you will also need to install a Qt backend of your +choice: pip install pyqt5 # or any of {pyqt5, pyqt6, pyside2, pyside6}