adjust required python version

This commit is contained in:
saces 2026-03-05 16:13:25 +01:00
parent 0b10242c36
commit 381ecd3a8a

View file

@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "pygomx-module" name = "pygomx-module"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.9" requires-python = ">=3.10"
description = "python pindings for a golang matrix library" description = "python pindings for a golang matrix library"
license = "AGPL-3.0-only" license = "AGPL-3.0-only"
readme = "README.txt" readme = "README.txt"