From 420c0ed9b070c4ef284716872c9f5c25e6f2131d Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 7 Oct 2024 20:55:54 +0000 Subject: [PATCH] build(deltachat-rpc-client): add classifiers for all supported Python versions --- deltachat-rpc-client/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deltachat-rpc-client/pyproject.toml b/deltachat-rpc-client/pyproject.toml index bd5da5049..b4cf7b34b 100644 --- a/deltachat-rpc-client/pyproject.toml +++ b/deltachat-rpc-client/pyproject.toml @@ -13,10 +13,13 @@ classifiers = [ "Operating System :: POSIX :: Linux", "Operating System :: MacOS :: MacOS X", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.7", "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.13", "Topic :: Communications :: Chat", "Topic :: Communications :: Email" ]