From 3c99ebb8b4c94a80b70e72f50f2816aa097bb6ac Mon Sep 17 00:00:00 2001 From: "ethan.lee" Date: Wed, 16 Jul 2025 19:13:52 +0900 Subject: [PATCH] Update setup.py for python version 3.10-3.12 Signed-off-by: ethan.lee --- setup.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 8a66cc3..bda22e9 100755 --- a/setup.py +++ b/setup.py @@ -27,13 +27,11 @@ author='LG Electronics', 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.8", - "Programming Language :: Python :: 3.9", + classifiers=['License :: OSI Approved :: Apache Software License', "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11"], - python_requires='>=3.8', + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12"], + python_requires=">=3.10, <3.13", install_requires=required, include_package_data=True, entry_points={