Skip to content

Commit b28f7a2

Browse files
authored
Merge pull request #7 from fosslight/dev_pythonVersion
Upgrade Python minimum version to 3.8
2 parents 169f2a7 + 39dc47c commit b28f7a2

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)