From 77383a70d81b91d5e0134941028e56a15d0a902c Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Mon, 20 May 2024 06:30:19 +0200 Subject: syscalls: use >= 3.10 support for eventfds in os module --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') 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. -- cgit v1.2.3