From 52528d22f52c02f98c7209d405ecba74737539a5 Mon Sep 17 00:00:00 2001 From: Raphael Vieira Rossi Date: Wed, 4 Oct 2023 16:52:13 -0300 Subject: [PATCH] bump: update pillow verson to 10.0.1 --- .github/workflows/release.yml | 1 - .github/workflows/unittest.yaml | 1 - setup.py | 5 ++--- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b816942..c8794a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,6 @@ jobs: strategy: matrix: python_version: - - "3.7" - "3.8" - "3.9" - "3.10" diff --git a/.github/workflows/unittest.yaml b/.github/workflows/unittest.yaml index 7a5265c..10273dc 100644 --- a/.github/workflows/unittest.yaml +++ b/.github/workflows/unittest.yaml @@ -10,7 +10,6 @@ jobs: fail-fast: false matrix: python-version: - - "3.7" - "3.8" - "3.9" - "3.10" diff --git a/setup.py b/setup.py index 0d2ada7..170a1a0 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ RUNTIME_REQUIREMENTS = [ "opencv-python-headless==4.*,>=4.2.0", - "Pillow>=9.0.0", + "Pillow==10.*,>=10.0.1", "pyres==1.*,>=1.5.0", "redis==4.*,>=4.2.0", "sentry-sdk==0.*,>=0.14.2", @@ -44,7 +44,7 @@ url="https://github.com/thumbor/remotecv", version=version, description="remotecv is an OpenCV worker for facial and feature recognition", - python_requires="==3.*,>=3.7.0", + python_requires="==3.*,>=3.8.0", author="Bernardo Heynemann", author_email="heynemann@gmail.com", license="MIT", @@ -57,7 +57,6 @@ "Operating System :: MacOS", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",