This commit is contained in:
Peter Bieringer 2025-01-03 00:41:26 +01:00
parent ad94acddf1
commit b122002077
4 changed files with 4 additions and 8 deletions

View file

@ -17,7 +17,6 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License (GPL)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
@ -28,7 +27,7 @@ classifiers = [
"Topic :: Office/Business :: Groupware",
]
urls = {Homepage = "https://radicale.org/"}
requires-python = ">=3.8.0"
requires-python = ">=3.9.0"
dependencies = [
"defusedxml",
"passlib",