setup.cfg: fix python requires to be 3.6.0

This commit is contained in:
Dylan Baker 2020-11-20 15:02:04 -08:00
parent 8d84d4b693
commit 5c602b5457
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ classifiers =
long_description = Meson is a cross-platform build system designed to be both as fast and as user friendly as possible. It supports many languages and compilers, including GCC, Clang, PGI, Intel, and Visual Studio. Its build definitions are written in a simple non-Turing complete DSL.
[options]
python_requires = >= 3.5.2
python_requires = >= 3.6
setup_requires =
setuptools