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"