Skip to content

Commit 4238925

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
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.12"],
51+
python_requires='>=3.10,<3.13',
5252
install_requires=install_requires,
5353
extras_require={
5454
':sys_platform == "win32"': [

0 commit comments

Comments
 (0)