From 8534a341eba07fba8fe3a3eadfbe0e9be2072065 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 13 Apr 2021 19:59:13 +0300 Subject: setup.cfg: add lower Python bound --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1f7bbe9..0c0e8d5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ packages = find: scripts = tools/project-clang-format tools/ctest-driver -#python_requires = >=3.6 +python_requires = >=3.6 [options.entry_points] console_scripts = -- cgit v1.2.3