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

Experiment: Add 3.11 to test matrix for the PyPI tests #510

Closed mdickinson closed 1 year ago

mdickinson commented 1 year ago

PR to discover what (if any) the blockers are to getting Envisage working with Python 3.11.

mdickinson commented 1 year ago

This has served its purpose. The only blocker is that PySide6 < 6.4 is not available on Python 3.11 (and won't ever be), while PySide6 >= 6.4 isn't supported by the latest Pyface release (but that will change with the next Pyface release).