timothycrosley / cookiecutter-python

A cookie cutter template for modern Python projects using Python3.6+, poetry, mypy, py.test, and linters.
MIT License
19 stars 28 forks source link

fix: require python > 3.7 #4

Open brad opened 4 months ago

brad commented 4 months ago

Fixes the dependency resolution issue during poetry install

  The current project's Python requirement (>=3.7) is not compatible with some of the required packages Python requirement:
    - portray requires Python >=3.6,<4.0, so it will not be satisfied for Python >=4.0
    - portray requires Python >=3.6,<4.0, so it will not be satisfied for Python >=4.0
    - portray requires Python >=3.6,<4.0, so it will not be satisfied for Python >=4.0
    - portray requires Python >=3.6,<4.0, so it will not be satisfied for Python >=4.0
    - portray requires Python >=3.6,<4.0, so it will not be satisfied for Python >=4.0
    - portray requires Python >=3.6,<4.0, so it will not be satisfied for Python >=4.0
    - portray requires Python >=3.6,<4.0, so it will not be satisfied for Python >=4.0
    - portray requires Python >=3.6,<4.0, so it will not be satisfied for Python >=4.0
    - portray requires Python >=3.6,<4.0, so it will not be satisfied for Python >=4.0
    - portray requires Python >3.7, so it will not be satisfied for Python 3.7