Skip to content

Commit

Permalink
setup.cfg: fix python requires to be 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbaker committed Nov 20, 2020
1 parent 8d84d4b commit 5c602b5
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.2
python_requires = >= 3.6
setup_requires =
setuptools

Expand Down

0 comments on commit 5c602b5

Please sign in to comment.