Skip to content

Commit

Permalink
Drop python 3.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sindrehan committed Jan 15, 2025
1 parent f05fa61 commit 93f7dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ homepage ="https://www.blueyerobotics.com"
keywords = ["Blueye", "Robotics", "Protocol"]

[tool.poetry.dependencies]
python = "^3.9"
numpy = { version = "^1.26", python = "^3.9,<3.13" }
setuptools = ">=40"
proto-plus = "^1.22.1"
python = "^3.10"

[tool.poetry.dev-dependencies]
Jinja2 = "^3.0"
Expand Down

0 comments on commit 93f7dd0

Please sign in to comment.