Skip to content

Commit a3ee33d

Browse files
committed
Drop support for python 3.8
1 parent a85d315 commit a3ee33d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/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.

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/e2b-dev/code-interpreter/tree/main/python"
1010
packages = [{ include = "e2b_code_interpreter" }]
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.8"
13+
python = "^3.9"
1414

1515
httpx = ">=0.20.0, <1.0.0"
1616
attrs = ">=21.3.0"

0 commit comments

Comments
 (0)