Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

test_egg_fetcher: use newer setuptools on Python 3.10#59

Merged
jaraco merged 1 commit intopytest-dev:mainfrom
foutrelis:python310
Feb 25, 2022
Merged

test_egg_fetcher: use newer setuptools on Python 3.10#59
jaraco merged 1 commit intopytest-dev:mainfrom
foutrelis:python310

Conversation

@foutrelis
Copy link
Copy Markdown
Contributor

setuptools==49.0.0 appears to be the first version compatible with
Python 3.10 -- earlier versions either misdetect the minor version
or try to import MutableMapping from collections which dropped its
deprecated aliases to Collections Abstract Base Classes (bpo-37324).

setuptools==49.0.0 appears to be the first version compatible with
Python 3.10 -- earlier versions either misdetect the minor version
or try to import MutableMapping from collections which dropped its
deprecated aliases to Collections Abstract Base Classes (bpo-37324).
@jaraco jaraco merged commit 0b2b132 into pytest-dev:main Feb 25, 2022
@foutrelis foutrelis deleted the python310 branch February 25, 2022 20:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants