enthought / enable

Enable: low-level drawing and interaction
Other
91 stars 45 forks source link

Python 3.11 support #1042

Closed corranwebster closed 1 year ago

corranwebster commented 1 year ago

Run pip-based tests on 3.11. We can't do Wx, PySide2 or PyQt5 easily since there are no wheels.

corranwebster commented 1 year ago

To proceed with this we need either:

corranwebster commented 1 year ago

Tests should pass once https://github.com/celiagg/celiagg/pull/118 is merged

corranwebster commented 1 year ago

Thanks!