From 40bf83fd463f2355888667be9d4fcb8ce4c3a4e5 Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Fri, 5 Jul 2019 17:57:36 -0400 Subject: minimum python 3.5.2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 3c0418550..520adcc8e 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 +python_requires = >= 3.5.2 setup_requires = setuptools >= 30.3.0 pip >= 10 -- cgit v1.2.3