Skip to content

Commit d36bfc9

Browse files
authored
Merge pull request #56 from e2b-dev/drop-support-for-python-38-e2b-1535
Drop support for python 38 e2b 1535
2 parents a85d315 + 83de9d3 commit d36bfc9

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.changeset/honest-kids-tickle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@e2b/code-interpreter-python': minor
3+
---
4+
5+
Drop support for Python 3.8

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)