comparison pyproject.toml @ 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 00d04f51787e
children
comparison
equal deleted inserted replaced
1567:4542569d2b89 1568:67ff59465fe4
6 name = "libervia-web" 6 name = "libervia-web"
7 dynamic = ["version"] 7 dynamic = ["version"]
8 description = "Web frontend for Libervia, a feature-rich XMPP client" 8 description = "Web frontend for Libervia, a feature-rich XMPP client"
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",