Mark Dickinson

Results 260 comments of Mark Dickinson

> just a version number bump and an updated README. I had a brief thought that at the same time we should update the `python_requires` field in the `setup.py` to...

We also have the option of "yank"ing releases on PyPI: https://www.python.org/dev/peps/pep-0592/

A good solution would also expose a standard way to exit an application without the necessity of waiting for all windows to be closed.

> #502 is mildly related #502 is now fixed, for what it's worth.

"EDM to have PySide 6.4.3 or later"

Thank you for the report; it's appreciated. ETS development isn't a focus right now, so please be aware that it may be some time before we're able to get to...

Another reason for the deprecation and removal: `pkg_resources` is [now deprecated](https://github.com/pypa/setuptools/pull/3843)

> Since `pkg_resources` is deprecated `pkg_resources` isn't deprecated, as far as I'm aware. It's just that `importlib.resources` is preferable because it's in the standard library, so avoids an unnecessary dependence...

We had to revert #354; re-opening this issue accordingly.