Skip to content

Commit d78e023

Browse files
committed
chore(deps): relax python version
1 parent 9a41368 commit d78e023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = [
1111
license = "Apache 2.0"
1212

1313
[tool.poetry.dependencies]
14-
python = "<3.12,>=3.7.1"
14+
python = "<3.13,>=3.7.1"
1515
singer-sdk = "^0.32.0"
1616
fs-s3fs = { version = "^1.1.1", optional = true }
1717
requests = "^2.28.2"

0 commit comments

Comments
 (0)