diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-11-20 15:02:04 -0800 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-11-20 15:24:51 -0800 |
commit | 5c602b5457bba915ad560f141e9c2b8c9ca1e7ec (patch) | |
tree | 973f2838af7c16a1cd2fd32e493db5325458ed94 | |
parent | 8d84d4b693cf80c1776806acc0ea9b3ff5ded53c (diff) | |
download | meson-5c602b5457bba915ad560f141e9c2b8c9ca1e7ec.zip meson-5c602b5457bba915ad560f141e9c2b8c9ca1e7ec.tar.gz meson-5c602b5457bba915ad560f141e9c2b8c9ca1e7ec.tar.bz2 |
setup.cfg: fix python requires to be 3.6.0
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |