Skip to content

Commit

Permalink
Drop python3.7 support in cookeicutters
Browse files Browse the repository at this point in the history
  • Loading branch information
visch committed Oct 11, 2023
1 parent 37e5eac commit 822a85e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packages = [
{%- endif %}

[tool.poetry.dependencies]
python = ">=3.7.1,<4"
python = ">=3.8.1,<4"
singer-sdk = { version="~=0.33.0b2" }
fs-s3fs = { version = "~=1.1.1", optional = true }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packages = [
{%- endif %}

[tool.poetry.dependencies]
python = ">=3.7.1,<4"
python = ">=3.8.1,<4"
singer-sdk = { version="~=0.33.0b2" }
fs-s3fs = { version = "~=1.1.1", optional = true }
{%- if cookiecutter.stream_type in ["REST", "GraphQL"] %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packages = [
{%- endif %}

[tool.poetry.dependencies]
python = ">=3.7.1,<4"
python = ">=3.8.1,<4"
singer-sdk = { version="~=0.33.0b2" }
fs-s3fs = { version = "~=1.1.1", optional = true }
{%- if cookiecutter.serialization_method != "SQL" %}
Expand Down

0 comments on commit 822a85e

Please sign in to comment.