Skip to content

Commit 39dc47c

Browse files
Remove python 3.7 and add 3.10, 3.11
Signed-off-by: Wonjae Park <[email protected]>
1 parent 169f2a7 commit 39dc47c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@
2929
download_url='https://github.com/fosslight/fosslight_android_scanner',
3030
classifiers=['License :: OSI Approved :: Apache Software License',
3131
"Programming Language :: Python :: 3",
32-
"Programming Language :: Python :: 3.7",
3332
"Programming Language :: Python :: 3.8",
34-
"Programming Language :: Python :: 3.9"],
35-
python_requires='>=3.7',
33+
"Programming Language :: Python :: 3.9",
34+
"Programming Language :: Python :: 3.10",
35+
"Programming Language :: Python :: 3.11"],
36+
python_requires='>=3.8',
3637
install_requires=required,
3738
include_package_data=True,
3839
entry_points={

0 commit comments

Comments
 (0)