# HG changeset patch # User Goffi # Date 1688130605 -7200 # Node ID 4ad982a0358f92d55963d4cdee332ad40760d471 # Parent ec9bed9df74f159f0d59cd817701898d65492a35 install: bump minimum python version diff -r ec9bed9df74f -r 4ad982a0358f pyproject.toml --- a/pyproject.toml Wed Jun 28 14:27:05 2023 +0200 +++ b/pyproject.toml Fri Jun 30 15:10:05 2023 +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.7" +requires-python = ">=3.10" authors = [ { name = "Libervia Dev Team", email = "contact@goffi.org" }, ]