summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2024-02-21 15:19:02 +0100
committerHelmut Grohne <helmut@subdivi.de>2024-02-21 15:19:02 +0100
commit5a99eedd5909fc5afaf27899770a249d82d26489 (patch)
treec72a99be93c274d343898f3419fa1d10ce25e570 /pyproject.toml
parent2737f07b6bcb3ca19b8582b5319341c01fd0e015 (diff)
downloadpython-linuxnamespaces-5a99eedd5909fc5afaf27899770a249d82d26489.tar.gz
pyproject.toml: minimum python version
We rely on PEP 585 and hence, 3.9 is a hard requirement.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
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"]