From 6de7f1f963e7496afaa0e3ff19cdee0f9979fa2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Colomb?= Date: Thu, 13 Jun 2024 22:20:02 +0200 Subject: [PATCH] Require Python version 3.8, because of setuptools dependency. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bffee508..f2ed1b6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ ] description = "CANopen stack implementation" readme = "README.rst" -requires-python = ">=3.6" +requires-python = ">=3.8" license = {file = "LICENSE.txt"} classifiers = [ "Development Status :: 5 - Production/Stable",