Skip to content

Commit 28fd11e

Browse files
authored
Drop support for Python 3.8 (e2b-dev#575)
2 parents 5ccdc76 + eed7384 commit 28fd11e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.changeset/strange-stingrays-shout.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@e2b/python-sdk': minor
3+
---
4+
5+
Drop support for Python 3.8

packages/python-sdk/poetry.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/python-sdk/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/e2b-dev/e2b/tree/main/packages/python-sdk"
1010
packages = [{ include = "e2b" }, { include = "e2b_connect" }]
1111

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

1515
python-dateutil = ">=2.8.2"
1616
protobuf = ">=3.20.0, <6.0.0"

0 commit comments

Comments
 (0)