Skip to content

Commit

Permalink
bump to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Jun 13, 2024
1 parent ef0f975 commit 7ec8623
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 @@ -14,7 +14,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "<3.12,>=3.8.1"
python = "<3.13,>=3.8.1"
singer-sdk = { version="^0.34.1" }
fs-s3fs = { version = "^1.1.1", optional = true }
beautifulsoup4 = "^4.12.1"
Expand Down

0 comments on commit 7ec8623

Please sign in to comment.