Skip to content

Commit

Permalink
match python version with SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
visch committed Apr 3, 2023
1 parent 183a35b commit 67b3a21
Showing 1 changed file with 1 addition and 1 deletion.
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.12,>=3.6.2"
python = "<3.11,>=3.6.2"
requests = "^2.25.1"
singer-sdk = "0.3.17"

Expand Down

0 comments on commit 67b3a21

Please sign in to comment.