diff options
| author | Eli Schwartz <eschwartz93@gmail.com> | 2023-10-03 00:22:25 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-10-03 00:22:25 -0400 |
| commit | 880f21281ee359e01de659fe7d45549d19e6b84d (patch) | |
| tree | 3875dc0fd9e4df3cfc52859151d02c96ac3f7335 /setup.cfg | |
| parent | ecf261330c498783760cbde00b613b7469f8d3c0 (diff) | |
| download | meson-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.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |
