Skip to content

Commit 94dfaf5

Browse files
committed
⬆️ v0.2.1 - rm py3.9 support
1 parent e2cef2e commit 94dfaf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "codeboxapi"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "CodeBox gives you an easy scalable and isolated python interpreter for your LLM Agents."
55
keywords = [
66
"codeboxapi",
@@ -17,7 +17,7 @@ keywords = [
1717
authors = [{ name = "Shroominic", email = "[email protected]" }]
1818
dependencies = ["httpx>=0.27"]
1919
readme = "README.md"
20-
requires-python = ">= 3.9"
20+
requires-python = ">= 3.10"
2121
license = { text = "MIT" }
2222

2323
[project.urls]

0 commit comments

Comments
 (0)