comparison pyproject.toml @ 4106:4ad982a0358f

install: bump minimum python version
author Goffi <goffi@goffi.org>
date Fri, 30 Jun 2023 15:10:05 +0200
parents 4eb7a5ecbd9d
children e70eff252048
comparison
equal deleted inserted replaced
4105:ec9bed9df74f 4106:4ad982a0358f
6 name = "libervia-backend" 6 name = "libervia-backend"
7 dynamic = ["version"] 7 dynamic = ["version"]
8 description = "Libervia: A feature-rich XMPP client showcasing diverse frontends, uniting instant messaging, blogging, file sharing, and ActivityPub-XMPP interactions seamlessly." 8 description = "Libervia: A feature-rich XMPP client showcasing diverse frontends, uniting instant messaging, blogging, file sharing, and ActivityPub-XMPP interactions seamlessly."
9 readme = "README.md" 9 readme = "README.md"
10 license = "AGPL-3.0-or-later" 10 license = "AGPL-3.0-or-later"
11 requires-python = ">=3.7" 11 requires-python = ">=3.10"
12 authors = [ 12 authors = [
13 { name = "Libervia Dev Team", email = "contact@goffi.org" }, 13 { name = "Libervia Dev Team", email = "contact@goffi.org" },
14 ] 14 ]
15 classifiers = [ 15 classifiers = [
16 "Development Status :: 5 - Production/Stable", 16 "Development Status :: 5 - Production/Stable",