-
Notifications
You must be signed in to change notification settings - Fork 31
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
Unpin jinja2
requirements
#75
Conversation
jinja2
requirement to >=3.1.3
jinja2
requirements
Signed-off-by: NilashishC <[email protected]>
Signed-off-by: NilashishC <[email protected]>
Signed-off-by: NilashishC <[email protected]>
@@ -48,6 +50,7 @@ commands = | |||
|
|||
[testenv:lint] | |||
description = Enforce quality standards under {basepython} ({envpython}) | |||
base_python = python3.9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
base_python = python3.9 | |
base_python = python3.10 |
since 3.9 support has been removed
optional-dependencies.docs = {file = [".config/docs-requirements.txt"]} | ||
optional-dependencies.test = {file = [".config/requirements-test.txt"]} | ||
dependencies = {file = ".config/requirements.in"} | ||
optional-dependencies.docs = {file = [".config/docs-requirements.in"]} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NilashishC just to keep the same pattern as other projects, could you please rename to requirements-docs.in
and requirements-test.in
entry: pip-compile -q --no-annotate --output-file=.config/constraints.txt pyproject.toml --all-extras --strip-extras | ||
files: ^.config\/.*(requirements|constraints).*$ | ||
language: python | ||
language_version: "3.9" # minimal we support officially |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
language_version: "3.9" # minimal we support officially | |
language_version: "3.10" # minimal we support officially |
No description provided.