Skip to content

Conversation

@aucampia
Copy link
Member

@aucampia aucampia commented Apr 9, 2023

Summary of changes

Compatibility handling for collections.abc.Mapping and collections.abc.MutableMapping is not needed as RDFLib currently only support Python 3.7 and newer, and those classes are available from collections.abc in Python 3.7.

Checklist

  • Checked that there aren't other open pull requests for
    the same change.
  • Checked that all tests and type checking passes.
  • Considered granting push permissions to the PR branch,
    so maintainers can fix minor issues and keep your PR up to date.

Compatibility handling for `collections.abc.Mapping` and
`collections.abc.MutableMapping` is not needed as RDFLib currently only support
Python 3.7 and newer, and those classes are available from `collections.abc` in
Python 3.7.
@aucampia aucampia marked this pull request as ready for review April 9, 2023 16:38
@coveralls
Copy link

Coverage Status

Coverage: 90.84% (+0.008%) from 90.832% when pulling 2682550 on aucampia:iwana-20230409T1834-remove_compat into 4940798 on RDFLib:main.

@aucampia aucampia requested a review from a team April 9, 2023 16:46
@aucampia aucampia added review wanted This indicates that the PR is ready for review ready to merge The PR will be merged soon if no further feedback is provided. refactor This issue concerns a change that neither fixes a bug nor adds a feature. labels Apr 9, 2023
@aucampia
Copy link
Member Author

aucampia commented Apr 9, 2023

Merging this without review as this has no runtime impact.

@aucampia aucampia merged commit 6e544f5 into RDFLib:main Apr 9, 2023
@aucampia aucampia deleted the iwana-20230409T1834-remove_compat branch June 8, 2023 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready to merge The PR will be merged soon if no further feedback is provided. refactor This issue concerns a change that neither fixes a bug nor adds a feature. review wanted This indicates that the PR is ready for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants