mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Drop: support for Python 3.7 (EOSL, can't be tested anymore)
This commit is contained in:
parent
211972bd09
commit
2dec736fdf
2 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
* Enhancement: major update of WebUI (design+features)
|
* Enhancement: major update of WebUI (design+features)
|
||||||
* Adjust: change default loglevel to "info"
|
* Adjust: change default loglevel to "info"
|
||||||
* Enhancement: support "expand-property" on REPORT request
|
* Enhancement: support "expand-property" on REPORT request
|
||||||
* Drop: support for Python 3.7
|
* Drop: support for Python 3.7 (EOSL, can't be tested anymore)
|
||||||
* Fix: allow quoted-printable encoding for vObjects
|
* Fix: allow quoted-printable encoding for vObjects
|
||||||
|
|
||||||
## 3.1.9
|
## 3.1.9
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -54,7 +54,7 @@ setup(
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
extras_require={"test": test_requires, "bcrypt": bcrypt_requires},
|
extras_require={"test": test_requires, "bcrypt": bcrypt_requires},
|
||||||
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],
|
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],
|
||||||
python_requires=">=3.7.0",
|
python_requires=">=3.8.0",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
|
@ -64,7 +64,6 @@ setup(
|
||||||
"License :: OSI Approved :: GNU General Public License (GPL)",
|
"License :: OSI Approved :: GNU General Public License (GPL)",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.7",
|
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue