------------------
- Upgrading to ``setuptools-65.6.0`` and beyond will result in a new
version of ``distutils`` that "fixed" how logging works, but now the
hooks and expected workarounds no longer work. Given that the
deprecation of ``distutils`` is in the works, no fixes will be done
until ``setuptools`` fully replaces it beyond the release of Python
3.12, as the author no longer trust Python to provide a stable
platform to develop software on. Thus, any future "fixes" will only
be provided on an even more reactive (rather than proactive) basis. [
`66 <https://github.com/calmjs/calmjs/issues/66>`_
]
- Minimum ``setuptools`` set to ``31.0.0``, due to the namespace
package fix; this should have been included long ago.