From 0057afc0be10853a1d55feaa0d125587d2ea50df 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b256098..f1bae17 100755 --- a/setup.py +++ b/setup.py @@ -28,11 +28,10 @@ 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.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 944b120c56aaa07dd287a5924498d84d4a1f8cd1 Mon Sep 17 00:00:00 2001 From: ethanleelge <116235052+ethanleelge@users.noreply.github.com> Date: Thu, 17 Jul 2025 11:12:16 +0900 Subject: [PATCH 2/2] Update pull-request.yml Change python-version only [3.11] --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 8e67717..eaf3824 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.10, 3.11, 3.12] + python-version: [3.11] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}