diff --git a/news/1.bugfix b/news/1.bugfix index 37a92b93ea..0e46ff88db 100644 --- a/news/1.bugfix +++ b/news/1.bugfix @@ -1,5 +1,4 @@ Fix stored XSS (Cross Site Scripting) for SVG image in user portrait. Done by forcing a download instead of displaying inline. Normal accessing via an image tag is not affected and is safe. -See `security advisory `_. -[maurits] +See `security advisory `_. @maurits diff --git a/news/1570.bugfix b/news/1570.bugfix index 37f023d218..c186aa1612 100644 --- a/news/1570.bugfix +++ b/news/1570.bugfix @@ -1,2 +1 @@ -Use incoming request to produce location for @tus-upload -[instification] +Use incoming request to produce location for @tus-upload @instification diff --git a/news/1709.breaking b/news/1709.breaking new file mode 100644 index 0000000000..369f3bd5c6 --- /dev/null +++ b/news/1709.breaking @@ -0,0 +1 @@ +Drop support for Python 3.7. Set python_requires to >= 3.8 @tisto \ No newline at end of file diff --git a/setup.py b/setup.py index 1c18881064..f3cc03baf2 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,6 @@ def read(filename): "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", @@ -83,7 +82,7 @@ def read(filename): packages=find_packages("src"), package_dir={"": "src"}, namespace_packages=["plone"], - python_requires=">=3.6", + python_requires=">=3.8", include_package_data=True, zip_safe=False, install_requires=[