napari / napari-animation

A napari plugin for making animations
https://napari.github.io/napari-animation/
Other
76 stars 27 forks source link

[MAINT] Add python 3.11 to test matrix #198

Closed psobolewskiPhD closed 8 months ago

psobolewskiPhD commented 8 months ago

Adding python 3.11 to test matrix, which has experimental support in napari. Once napari drops python 3.8 (real soon now? see https://github.com/napari/napari/pull/5768 ) then we can also drop it here. Note that pyside2 doesn't have any current wheels for python 3.11, so had to split pyqt and pyside testing to not run pyside2 with python 3.11 Also had to bump the black version to support python 3.11

GenevieveBuckley commented 8 months ago

Looks great, thanks @psobolewskiPhD