From 644b7425ba6cdc5a2058fa4a19b99f7e2faafdf9 Mon Sep 17 00:00:00 2001 From: Jiyeong Seok <50347670+dd-jy@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:41:29 +0900 Subject: [PATCH] Update setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 62da6463..9835d5ae 100644 --- a/setup.py +++ b/setup.py @@ -47,10 +47,10 @@ download_url='https://github.com/fosslight/fosslight_dependency_scanner', classifiers=['License :: OSI Approved :: Apache Software License', "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", ], + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ], install_requires=required, package_data={_PACKAEG_NAME: [os.path.join(_LICENSE_DIR, '*')]}, include_package_data=True,