aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2019-07-05 17:57:36 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2019-07-11 22:37:25 +0300
commit40bf83fd463f2355888667be9d4fcb8ce4c3a4e5 (patch)
treee5e817fab7341f6aa303ddf53bcbafd7298f220b /setup.cfg
parentcb7d236696c9ba034a60564f9f9439efa5970942 (diff)
downloadmeson-40bf83fd463f2355888667be9d4fcb8ce4c3a4e5.zip
meson-40bf83fd463f2355888667be9d4fcb8ce4c3a4e5.tar.gz
meson-40bf83fd463f2355888667be9d4fcb8ce4c3a4e5.tar.bz2
minimum python 3.5.2
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 3c04185..520adcc 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