You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently seems to work with Pyface 7.x
This PR does the following:
- removes setup.py and moves to a pyproject.toml system (includes
deprecating `traitsui.__version__`)
- updates for Python 3.11
- updates for PySide 6.4
- updates for Pyface 8.0
- lots of messing around with the CI infrastructure
- in particular adds a full set of tests on all supported platforms,
Python versions and toolkit backends
- adds some bleeding-edge tests
- some drive-by fixes (eg. copy-paste issues with some Wx tests using Qt
APIs)
Currently skipping tests failures on Wx due to failures: see #1998
**Checklist**
- [ ] Add a news fragment if this PR is news-worthy for end users. (see
docs/releases/README.rst)
There are number of issues:
The text was updated successfully, but these errors were encountered: