Skip to content

Commit 644b742

Browse files
authored
Update setup.py
1 parent a82b856 commit 644b742

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
download_url='https://github.com/fosslight/fosslight_dependency_scanner',
4848
classifiers=['License :: OSI Approved :: Apache Software License',
4949
"Programming Language :: Python :: 3",
50-
"Programming Language :: Python :: 3.6",
51-
"Programming Language :: Python :: 3.7",
5250
"Programming Language :: Python :: 3.8",
53-
"Programming Language :: Python :: 3.9", ],
51+
"Programming Language :: Python :: 3.9",
52+
"Programming Language :: Python :: 3.10",
53+
"Programming Language :: Python :: 3.11", ],
5454
install_requires=required,
5555
package_data={_PACKAEG_NAME: [os.path.join(_LICENSE_DIR, '*')]},
5656
include_package_data=True,

0 commit comments

Comments
 (0)