Skip to content

Commit

Permalink
Support Python 3.11 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jlloyd-widen authored Nov 14, 2023
1 parent 8fc90f2 commit 2019a57
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 = "GNU Affero General Public License v3.0"

[tool.poetry.dependencies]
python = "<3.11,>=3.7.1"
python = "<3.13,>=3.7.1"
requests = "^2.25.1"
singer-sdk = "^0.26.0"
click = "8.0.1"
Expand Down

0 comments on commit 2019a57

Please sign in to comment.