diff options
author | Sebastian Pipping <sping@gentoo.org> | 2024-03-31 01:36:59 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2024-03-31 01:37:56 +0100 |
commit | 6b7e4b9d1bd9cb5a2bbd19a14bc9b228f5ecc07a (patch) | |
tree | 3db49616f83eab88ea82d9235cefb2c8b35eeed5 | |
parent | pyproject.toml: Require Python >=3.8 (diff) | |
download | metagen-6b7e4b9d1bd9cb5a2bbd19a14bc9b228f5ecc07a.tar.gz metagen-6b7e4b9d1bd9cb5a2bbd19a14bc9b228f5ecc07a.tar.bz2 metagen-6b7e4b9d1bd9cb5a2bbd19a14bc9b228f5ecc07a.zip |
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index c06e4aa..0595903 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,8 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development", "Topic :: Text Processing :: Markup :: XML", |