diff --git a/pyproject.toml b/pyproject.toml index da5907d..c6efec4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ dependencies = [ 'numpy', ] -requires-python = '>=3.9' +requires-python = '>=3.10' # Get version dynamically from git # (needs setuptools_scm tools config below) dynamic = ['version']