Skip to content

Commit

Permalink
minimum python 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision authored and jpakkane committed Jul 11, 2019
1 parent cb7d236 commit 40bf83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 40bf83f

Please sign in to comment.