aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hirsch <scivision@users.noreply.github.com>2022-12-21 15:03:47 -0500
committerMichael Hirsch <scivision@users.noreply.github.com>2022-12-21 15:04:18 -0500
commit99713ae257cae6f86b3b34ddf474a8cff247ea29 (patch)
tree734fda35d01bef2f2a400821e31b380b89a5d428
parent08b98292566e36678032d12dc113e7253b07cbe3 (diff)
downloadmeson-99713ae257cae6f86b3b34ddf474a8cff247ea29.zip
meson-99713ae257cae6f86b3b34ddf474a8cff247ea29.tar.gz
meson-99713ae257cae6f86b3b34ddf474a8cff247ea29.tar.bz2
meta: add python 3.11 classifer
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
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.