summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2024-05-20 06:30:19 +0200
committerHelmut Grohne <helmut@subdivi.de>2024-05-20 06:32:03 +0200
commit77383a70d81b91d5e0134941028e56a15d0a902c (patch)
tree6afd992b1053b77f38c65e7dc008d2be8906a0b5 /pyproject.toml
parent2d52326035411ed8e280e858bf2ece001a6d0cce (diff)
downloadpython-linuxnamespaces-77383a70d81b91d5e0134941028e56a15d0a902c.tar.gz
syscalls: use >= 3.10 support for eventfds in os module
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 04d6a5f..ac6be9e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ classifiers = [
"Typing :: Typed",
"Programming Language :: Python :: 3",
]
-requires-python = ">=3.9"
+requires-python = ">=3.10"
[project.optional-dependencies]
# linuxnamespaces.systemd needs jeepney or dbussy, not both.