Skip to content

Commit 6408209

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

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ binaryornot
22
numpy
33
pandas
44
parmap
5-
psycopg2-binary==2.9.9
65
python-dateutil
76
py-tlsh
87
pytz

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)