Avasam
Avasam
This would "fix itself" with https://github.com/pypa/distutils/pull/335
Ensures that Message Compiler files come first. Closes https://github.com/pypa/setuptools/issues/4986
Taken from https://github.com/python/typeshed/blob/9b7b2bafab7599195f400e1bf9f31620321aeb2e/stubs/setuptools/setuptools/__init__.pyi#L61-L105 These are used for https://github.com/pypa/setuptools/pull/5021
## Summary of changes Step 6.4 of https://github.com/pypa/setuptools/issues/2345#issuecomment-1627561833 Once https://peps.python.org/pep-0728/ lands, this can likely be simplified by exposing and combining a `TypedDict` from `_distutils` to use as an annotation for...
## Summary of changes Revert "[CI] Constraint transient test dependency on pyobjc" This reverts commit 4fd42a06ebcb89f1e41105994b063a518cc05f36. pyobjc release 12.0 was yanked and 12.1 is properly marked as Python 3.10+ See...