enthought / envisage

Envisage is a Python-based framework for building applications whose functionalities can be extended by adding "plug-ins".
http://docs.enthought.com/envisage/
Other
81 stars 26 forks source link

Pin PySide6 version #487

Closed mdickinson closed 1 year ago

mdickinson commented 1 year ago

CI is currently failing thanks to a backwards incompatible change in PySide6 6.4.0, which affects Pyface. We'll pin the PySide6 version until Pyface has a chance to adapt to the PySide6 changes.

Fixes #486.

mdickinson commented 1 year ago

@rahulporuri Do you have bandwidth for review?