From c8b514897adef15c5bb511283d77f3d5c3412f1b Mon Sep 17 00:00:00 2001 From: Michael Hirsch <10931741+scivision@users.noreply.github.com> Date: Thu, 13 May 2021 03:38:48 -0400 Subject: [PATCH] setup.cfg: update version metadata [skip ci] Co-authored-by: Michael Hirsch --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 972a71241..2ce0c4a40 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,10 +23,10 @@ classifiers = Operating System :: POSIX :: BSD Operating System :: POSIX :: Linux Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 Topic :: Software Development :: Build Tools 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.