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
pull/13744/head
Eli Schwartz 1 month ago
parent 940c45f832
commit 21b1054730
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 1
      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.

Loading…
Cancel
Save