From 384d98ff8b6beb64c490ec5009db8119e900c2e8 Mon Sep 17 00:00:00 2001 From: scito Date: Wed, 29 May 2024 21:33:14 +0200 Subject: [PATCH] cleanup Python 3.7 requirements --- pyproject.toml | 4 ++-- requirements.txt | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c23b945..4dcce08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,11 +21,11 @@ classifiers = [ "Topic :: Utilities", "Topic :: Security", "Topic :: Multimedia :: Graphics :: Capture :: Digital Camera", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Intended Audience :: End Users/Desktop", "Intended Audience :: Developers", "Intended Audience :: System Administrators", @@ -55,7 +55,7 @@ license = {text = "GNU General Public License v3 (GPLv3)"} readme = "README.md" authors = [{name = "scito", email = "info@scito.ch"}] maintainers = [{name = "scito", email = "info@scito.ch"}] -requires-python = ">=3.7, <4" +requires-python = ">=3.8, <4" scripts = {extract_otp_secrets = "extract_otp_secrets:sys_main"} urls = {Project-URL = "https://github.com/scito/extract_otp_secrets", Bug-Reports = "https://github.com/scito/extract_otp_secrets/issues", Source = "https://github.com/scito/extract_otp_secrets"} diff --git a/requirements.txt b/requirements.txt index a722ada..0e6a299 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ colorama>=0.4.6 -importlib_metadata; python_version<='3.7' opencv-contrib-python; sys_platform != 'darwin' opencv-contrib-python<=4.7.0; sys_platform == 'darwin' Pillow @@ -7,4 +6,3 @@ protobuf pyzbar qrcode qreader<2.0.0 -typing_extensions; python_version<='3.7'