From 21b105473079fe3722c1268b507dd91dde95abba Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 1 Oct 2024 18:57:26 -0400 Subject: [PATCH] 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 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 2f2962eedcba..51b8aeeba3bd 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.