Skip to content

Commit dc9c54a

Browse files
committed
Change the minimum Python version to 3.10
1 parent 1562aa4 commit dc9c54a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@
4545
download_url='https://github.com/fosslight/fosslight_binary_scanner',
4646
classifiers=['License :: OSI Approved :: Apache Software License',
4747
"Programming Language :: Python :: 3",
48-
"Programming Language :: Python :: 3.6",
49-
"Programming Language :: Python :: 3.7",
50-
"Programming Language :: Python :: 3.8",
51-
"Programming Language :: Python :: 3.9", ],
48+
"Programming Language :: Python :: 3.10",
49+
"Programming Language :: Python :: 3.11",
50+
"Programming Language :: Python :: 3.10"],
5251
install_requires=install_requires,
5352
extras_require={
5453
':sys_platform == "win32"': [

0 commit comments

Comments
 (0)