Skip to content

Commit

Permalink
Drop support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel committed Feb 29, 2024
1 parent 03cca7f commit 759d872
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 78 deletions.
84 changes: 7 additions & 77 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = [
license = "Apache 2.0"

[tool.poetry.dependencies]
python = "^3.7.1"
python = "^3.8"
requests = "^2.31.0"
singer-sdk = "^0.34.1"

Expand Down

0 comments on commit 759d872

Please sign in to comment.