From a820ffc80532c181e93b0028dc540fb85451191d Mon Sep 17 00:00:00 2001 From: "ethan.lee" Date: Thu, 17 Jul 2025 10:55:25 +0900 Subject: [PATCH 1/2] Update setup.py Signed-off-by: ethan.lee --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b256098..9e2e7ee 100755 --- a/setup.py +++ b/setup.py @@ -28,11 +28,11 @@ url='https://github.com/fosslight/fosslight_android_scanner', download_url='https://github.com/fosslight/fosslight_android_scanner', classifiers=['License :: OSI Approved :: Apache Software License', - "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12"], - python_requires='>=3.8', + python_requires='>=3.10, <3.13', install_requires=required, include_package_data=True, entry_points={ From 3e31dbd7e661e6d1cf7f86f7e5ea35723da2630a Mon Sep 17 00:00:00 2001 From: "ethan.lee" Date: Thu, 17 Jul 2025 14:04:49 +0900 Subject: [PATCH 2/2] Update setup.py for flake --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2640c11..f24e687 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ url='https://github.com/fosslight/fosslight_android_scanner', download_url='https://github.com/fosslight/fosslight_android_scanner', classifiers=['License :: OSI Approved :: Apache Software License', - "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12"],