Skip to content

Commit f9d95a4

Browse files
authored
Merge pull request #7 from lumapps/chore/relax-python-deps-version
chore(deps): relax python version
2 parents 9a41368 + d78e023 commit f9d95a4

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)