Skip to content

Commit 44b0ab4

Browse files
Change required python version to 3.11
1 parent 94dc35e commit 44b0ab4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
homepage = "https://yepcode.io/run/"
99

1010
[tool.poetry.dependencies]
11-
python = "^3.12"
11+
python = "^3.11"
1212
requests = "^2.32.3"
1313
python-dotenv = "^1.0.1"
1414

0 commit comments

Comments
 (0)