diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-13 19:59:13 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-13 19:59:13 +0300 |
commit | 8534a341eba07fba8fe3a3eadfbe0e9be2072065 (patch) | |
tree | 92bc82b74221234d853d4ca04367c8cef2d9faf7 | |
parent | project.ci: add --hint parameter (diff) | |
download | cmake-common-8534a341eba07fba8fe3a3eadfbe0e9be2072065.tar.gz cmake-common-8534a341eba07fba8fe3a3eadfbe0e9be2072065.zip |
setup.cfg: add lower Python bound
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |