diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9b904f6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# 1.1.2 :: 2023-10-06 + +- Pillow version requirement raised to version 10.0.1+ to fix recent [security vulnerabilities](https://snyk.io/blog/critical-webp-0-day-cve-2023-4863/) +- Python version requirement raised to 3.8 (was 3.7) — as requred by Pillow 10 +- Added CI tests for Python 3.12 +- Executables are now built with Python 3.12 \ No newline at end of file diff --git a/setup.py b/setup.py index a3ae3cd..3a8015d 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,7 @@ def load_module_dict(filename: str) -> dict: "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Environment :: Console", "Typing :: Typed", "Topic :: Scientific/Engineering :: Image Processing",