diff options
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index d9bb0e1..9db7f3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ classifiers = [ "Typing :: Typed", "Programming Language :: Python :: 3", ] +requires-python = ">=3.9" [project.optional-dependencies] test = ["pytest"] |