diff options
| author | Eli Schwartz <eschwartz93@gmail.com> | 2024-10-01 18:57:26 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-10-01 18:57:26 -0400 |
| commit | 21b105473079fe3722c1268b507dd91dde95abba (patch) | |
| tree | c34009e4ef96a08e83e574b04d5d41149a21b145 /setup.cfg | |
| parent | 940c45f8324fec675b4e10591f5379aa571ab073 (diff) | |
| download | meson-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.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |
