Mercurial > libervia-backend
changeset 4106:4ad982a0358f
install: bump minimum python version
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 30 Jun 2023 15:10:05 +0200 |
parents | ec9bed9df74f |
children | bc7d45dedeb0 |
files | pyproject.toml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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" }, ]