summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2023-10-03 00:22:25 -0400
committerEli Schwartz <eschwartz93@gmail.com>2023-10-03 00:22:25 -0400
commit880f21281ee359e01de659fe7d45549d19e6b84d (patch)
tree3875dc0fd9e4df3cfc52859151d02c96ac3f7335 /setup.cfg
parentecf261330c498783760cbde00b613b7469f8d3c0 (diff)
downloadmeson-880f21281ee359e01de659fe7d45549d19e6b84d.tar.gz
mark the PyPI metadata as supporting python 3.12
meson itself runs okay on 3.12, and the last issue for *probing* against 3.12 is solved. Tests pass here locally.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index dfaba76dd..2f2962eed 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,6 +30,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
+ Programming Language :: Python :: 3.12
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.