From 5c602b5457bba915ad560f141e9c2b8c9ca1e7ec Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 20 Nov 2020 15:02:04 -0800 Subject: [PATCH] setup.cfg: fix python requires to be 3.6.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3fb1a838ca9d..ef7a25872884 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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