From 99713ae257cae6f86b3b34ddf474a8cff247ea29 Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Wed, 21 Dec 2022 15:03:47 -0500 Subject: meta: add python 3.11 classifer --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 4a0ffad..2d82fbe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 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. -- cgit v1.1