From 8121a0dd36297d4968815f6aa9d2d2872808a3b0 Mon Sep 17 00:00:00 2001 From: Artem IG Date: Fri, 6 Oct 2023 19:29:04 +0300 Subject: [PATCH] releasing 1.1.2 gha:release gha:pypi gha:master --- CHANGELOG.md | 6 ++++++ setup.py | 1 + 2 files changed, 7 insertions(+) create mode 100644 CHANGELOG.md 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",