aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-13 19:59:13 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-13 19:59:13 +0300
commit8534a341eba07fba8fe3a3eadfbe0e9be2072065 (patch)
tree92bc82b74221234d853d4ca04367c8cef2d9faf7
parentproject.ci: add --hint parameter (diff)
downloadcmake-common-8534a341eba07fba8fe3a3eadfbe0e9be2072065.tar.gz
cmake-common-8534a341eba07fba8fe3a3eadfbe0e9be2072065.zip
setup.cfg: add lower Python bound
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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 =