changeset 1568:67ff59465fe4

install: minimum Python version is now 3.10
author Goffi <goffi@goffi.org>
date Wed, 22 Nov 2023 15:25:15 +0100
parents 4542569d2b89
children 54ba0f74a488
files pyproject.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pyproject.toml	Wed Nov 22 15:23:06 2023 +0100
+++ b/pyproject.toml	Wed Nov 22 15:25:15 2023 +0100
@@ -8,7 +8,7 @@
 description = "Web frontend for Libervia, a feature-rich XMPP client"
 readme = "README.md"
 license = "AGPL-3.0-or-later"
-requires-python = ">=3.7"
+requires-python = ">=3.10"
 authors = [
     { name = "Libervia Dev Team", email = "contact@goffi.org" },
 ]