mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
drop support of python 3.8, fixes https://github.com/Kozea/Radicale/issues/1628
This commit is contained in:
parent
ad94acddf1
commit
b122002077
4 changed files with 4 additions and 8 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue