beautysh
beautysh copied to clipboard
Python 3.12 support
Python 3.12 no longer installs setuptools
into virtual environments. setuptools
is still used by beautysh. Please consider removing the dependency on setuptools
or adding it explicitly as a requirement. Similar cases https://github.com/python/cpython/issues/95299.
https://github.com/lovesegfault/beautysh/blob/9845efc3ea3e86cc0d41465d720a47f521b2799c/beautysh/init.py#L349C3-L353C25