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

Apply updates from cookiecutter and add support for Python 3.7 #8

Merged
merged 2 commits into from
Aug 31, 2022

Conversation

seanh
Copy link
Contributor

@seanh seanh commented Aug 31, 2022

No description provided.

@seanh seanh requested a review from marcospri August 31, 2022 13:50
@@ -1 +1,2 @@
pip-tools
importlib_metadata;python_version<"3.8."
Copy link
Contributor Author

@seanh seanh Aug 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Conditionally depend on importlib-metadata in Python 3.7 only. importlib.metadata was added to the standard library in Python 3.8. The importlib-metadata on PyPI is a backport to earlier versions of Python.

@seanh seanh merged commit 3df6a5b into main Aug 31, 2022
@seanh seanh deleted the update-cookiecutter-and-add-37 branch August 31, 2022 14:10
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