From 381ecd3a8a6f4a096cdc0491376fe16441592157 Mon Sep 17 00:00:00 2001 From: saces Date: Thu, 5 Mar 2026 16:13:25 +0100 Subject: [PATCH] adjust required python version --- pygomx-module/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygomx-module/pyproject.toml b/pygomx-module/pyproject.toml index 499efef..32cd7fb 100644 --- a/pygomx-module/pyproject.toml +++ b/pygomx-module/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "pygomx-module" version = "0.0.1" -requires-python = ">=3.9" +requires-python = ">=3.10" description = "python pindings for a golang matrix library" license = "AGPL-3.0-only" readme = "README.txt"