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.
pull/11133/head
Eli Schwartz 7 months ago
parent ecf261330c
commit 880f21281e
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 1
      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.

Loading…
Cancel
Save