Skip to content

use collections abstract base classes from submodule#161

Merged
RussTorres merged 2 commits intoAllenInstitute:developfrom
thopp-tudelft:collections_abc_deprecation
Nov 2, 2022
Merged

use collections abstract base classes from submodule#161
RussTorres merged 2 commits intoAllenInstitute:developfrom
thopp-tudelft:collections_abc_deprecation

Conversation

@thopp-tudelft
Copy link
Copy Markdown
Contributor

with python 3.10 the abstract base classes Iterable and MutableMapping are no longer duplicated in the base module, this use has been deprecated since python 3.4
these are now imported from collections.abc instead

RussTorres and others added 2 commits July 11, 2022 11:54
with python 3.10 the abstract base classes Iterable and MutableMapping
are no longer duplicated in the base module, this use has been
deprecated since python 3.4
these are now imported from collections.abc instead
@RussTorres RussTorres changed the base branch from master to develop November 2, 2022 17:36
@RussTorres
Copy link
Copy Markdown
Collaborator

Thanks for this!

Moving this PR to develop then merging to master.

@RussTorres RussTorres merged commit 4504c10 into AllenInstitute:develop Nov 2, 2022
@thopp-tudelft thopp-tudelft deleted the collections_abc_deprecation branch November 4, 2022 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants