Skip to content

Commit

Permalink
set python version
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiascadee committed Dec 13, 2023
1 parent 4d5f499 commit f070956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10.12"
python = "3.10.12"
singer-sdk = { version="~=0.33.1" }
fs-s3fs = { version = "~=1.1.1", optional = true }
requests = "~=2.31.0"
Expand Down

0 comments on commit f070956

Please sign in to comment.