From 93f7dd0451559f17d8725664653dceceb2e5a9e3 Mon Sep 17 00:00:00 2001 From: Sindre Hansen Date: Wed, 15 Jan 2025 11:56:02 +0100 Subject: [PATCH] Drop python 3.9 support --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2154f11..6c792a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"