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
`eggsupport.py` is currently untested because it is not needed by recent enough `setuptools` versions.
So let's delete this module and everything which is depending on it + require a minimum setuptools version which does not need it.
See #184 for more details.
`eggsupport` is not needed by `setuptools`;
instead it relies on the `setuptools` infrastructure for the subcommand `test`
abandonned by recent `setuptools` versions.
The GHA runners use a recent `setuptools` version which means
that they can no longer test `eggsupport`.
We can drop `eggsupport` without the need to change anything
regarding the minimum `setuptools` version.
eggsupport.py
is currently untested because it is not needed by recent enoughsetuptools
versions.So let's
See #184 for more details.
The text was updated successfully, but these errors were encountered: