summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-10-01 18:57:26 -0400
committerEli Schwartz <eschwartz93@gmail.com>2024-10-01 18:57:26 -0400
commit21b105473079fe3722c1268b507dd91dde95abba (patch)
treec34009e4ef96a08e83e574b04d5d41149a21b145 /setup.cfg
parent940c45f8324fec675b4e10591f5379aa571ab073 (diff)
downloadmeson-21b105473079fe3722c1268b507dd91dde95abba.tar.gz
mark the PyPI metadata as supporting python 3.13
meson runs okay on 3.13, since release 1.5.0 / https://github.com/mesonbuild/meson/pull/13205
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 2f2962eed..51b8aeeba 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,6 +31,7 @@ classifiers =
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
+ Programming Language :: Python :: 3.13
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.