Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not require importlib_metadata on py3.8 #9

Merged
merged 4 commits into from
Apr 21, 2020

Conversation

MeggyCal
Copy link
Contributor

importlib-metadata is already part of the standard library on Python 3.8. This should also make the project compatible with Python 3.8.

@clokep
Copy link
Member

clokep commented Apr 17, 2020

@MeggyCal It looks like CI is failing since coverage isn't 100%. Both branches of the try-except won't be covered since that's the point, using a # pragma: no cover comment on the except clause might work.

@MeggyCal
Copy link
Contributor Author

does not work :( or did I get it wrong?

signedjson/__init__.py Outdated Show resolved Hide resolved
@clokep clokep merged commit c40c83f into matrix-org:master Apr 21, 2020
@clokep
Copy link
Member

clokep commented Apr 21, 2020

Thanks for the contribution!

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