From e9cc8cfd26230202cea7aa049c6949954970b8a4 Mon Sep 17 00:00:00 2001 From: Daniel Gatis Date: Thu, 24 Nov 2022 17:41:11 -0300 Subject: [PATCH] removed python 3.7 --- .github/workflows/tests.yml | 2 +- README.md | 2 +- setup.py | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5ca9485e..42d9cb91 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index b25856ef..9a5dab46 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Rembg is a tool to remove images background. That is it. ### Requirements ``` -python: >=3.7, <3.11 +python: >3.7, <3.11 ``` ### Installation diff --git a/setup.py b/setup.py index f28be8c2..2908dde9 100644 --- a/setup.py +++ b/setup.py @@ -35,14 +35,13 @@ "Topic :: Software Development :: Libraries :: Python Modules", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", ], keywords="remove, background, u2net", packages=["rembg"], - python_requires=">=3.7, <3.11", + python_requires=">3.7, <3.11", install_requires=requireds, entry_points={ "console_scripts": [