Mobile-Security-Framework-MobSF
Mobile-Security-Framework-MobSF copied to clipboard
Fix python 3.13 support
Describe the Pull Request
Currently the setup.sh script can not be executed, if python version 3.13 is installed on the host system. is there any restrictions, where the check for highest python version 3.12 is required?
Checklist for PR
- [ ] Run MobSF unit tests and lint
tox -e lint,test - [ ] Tested Working on Linux, Mac, Windows, and Docker
- [ ] Add unit test for any new Web API (Refer:
StaticAnalyzer/tests.py) - [ ] Make sure tests are passing on your PR
Additional Comments (if any)
DESCRIBE HERE
The availability of build/binary dependencies is not tested for Python 3.13 on mac (arm/amd), linux and windows. Did you test that?
Closing this. We will support Python3.13 after our testing is completed.