diff pyproject.toml @ 4314:6a70fcd93a7a

plugin XEP-0131: Stanza Headers and Internet Metadata implementation: - SHIM is now supported and put in `msg_data["extra"]["headers"]`. - `Keywords` are converted from and to list of string in `msg_data["extra"]["keywords"]` field (if present in headers on message sending, values are merged). - Python minimal version upgraded to 3.11 due to use of `StrEnum`. rel 451
author Goffi <goffi@goffi.org>
date Sat, 28 Sep 2024 15:56:04 +0200
parents 240d8b7ad906
children
line wrap: on
line diff
--- a/pyproject.toml	Sat Sep 28 15:52:14 2024 +0200
+++ b/pyproject.toml	Sat Sep 28 15:56:04 2024 +0200
@@ -8,7 +8,7 @@
 description = "Libervia: A feature-rich XMPP client showcasing diverse frontends, uniting instant messaging, blogging, file sharing, and ActivityPub-XMPP interactions seamlessly."
 readme = "README.md"
 license = "AGPL-3.0-or-later"
-requires-python = ">=3.10"
+requires-python = ">=3.11"
 authors = [
     { name = "Libervia Dev Team", email = "contact@goffi.org" },
 ]