Skip to content

Commit

Permalink
Don't depend on copier for python<3.8
Browse files Browse the repository at this point in the history
Copier is required for oca-create-branch only, and
copier 9 does not support python<3.8.
  • Loading branch information
sbidoul committed Nov 12, 2023
1 parent 00a7584 commit dedbeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"pyproject_dependencies ; python_version>='3.7'",
"setuptools-odoo", # for oca-gen-external-dependencies
"whool", # for oca-gen-external-dependencies
"copier>=9",
"copier>=9 ; python_version>='3.8'", # for oca-create-branch
],
python_requires=">=3.6",
classifiers=[
Expand Down

0 comments on commit dedbeb7

Please sign in to comment.