Skip to content

Commit

Permalink
Merge pull request #9 from jlloyd-widen/patch-1
Browse files Browse the repository at this point in the history
Support Python 3.11 and 3.12
  • Loading branch information
ReubenFrankel authored Nov 14, 2023
2 parents 8fc90f2 + 2019a57 commit b49b7d7
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 b49b7d7

Please sign in to comment.