From 17499e2fe8f496efab099b82430a88533135b50b Mon Sep 17 00:00:00 2001 From: Paul TREHIOU Date: Wed, 2 Jul 2025 18:01:18 +0200 Subject: [PATCH] mark as uncompatible with python <3.8 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1c00e20..a1cf698 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,8 +21,6 @@ classifiers = [ "Operating System :: POSIX :: Linux", "Intended Audience :: Developers", "Intended Audience :: System Administrators", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", @@ -33,6 +31,7 @@ classifiers = [ ] license = { text = "LGPL-2.1+" } keywords = ["systemd", "linux", "dbus"] +requires-python = ">= 3.8" [project.optional-dependencies] # Used for runing tests