File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6262 TARGET : ubuntu
6363 CMD_BUILD : >
6464 pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks --hidden-import=pkg_resources.extern --add-binary "LICENSE:LICENSES" --add-binary "LICENSES/LicenseRef-3rd_party_licenses.txt:LICENSES" &&
65- mv dist/cli fosslight_bin_ubuntu18
66- OUT_FILE_NAME : fosslight_bin_ubuntu18
65+ mv dist/cli fosslight_bin_ubuntu
66+ OUT_FILE_NAME : fosslight_bin_ubuntu
6767 ASSET_MIME : application/octet-stream
6868 - os : macos-latest
6969 TARGET : macos
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ jobs:
4040 python-version : [3.12.x]
4141 steps :
4242 - uses : actions/checkout@v3
43- - name : Set up Python 3.12
43+ - name : Set up Python ${{ matrix.python-version }}
4444 uses : actions/setup-python@v4
4545 with :
46- python-version : ' 3.12.x '
46+ python-version : ${{ matrix.python-version }}
4747 - name : Install & Run
4848 run : |
4949 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ binaryornot
22numpy
33pandas
44parmap
5- psycopg2-binary == 2.9.9
5+ psycopg2-binary
66python-dateutil
77py-tlsh
88pytz
Original file line number Diff line number Diff line change 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"' : [
You can’t perform that action at this time.
0 commit comments