Skip to content

Commit

Permalink
⬆️ v0.2.1 - rm py3.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Oct 30, 2024
1 parent e2cef2e commit 94dfaf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "codeboxapi"
version = "0.2.0"
version = "0.2.1"
description = "CodeBox gives you an easy scalable and isolated python interpreter for your LLM Agents."
keywords = [
"codeboxapi",
Expand All @@ -17,7 +17,7 @@ keywords = [
authors = [{ name = "Shroominic", email = "contact@shroominic.com" }]
dependencies = ["httpx>=0.27"]
readme = "README.md"
requires-python = ">= 3.9"
requires-python = ">= 3.10"
license = { text = "MIT" }

[project.urls]
Expand Down

0 comments on commit 94dfaf5

Please sign in to comment.