Mobile-Security-Framework-MobSF icon indicating copy to clipboard operation
Mobile-Security-Framework-MobSF copied to clipboard

Fix python 3.13 support

Open ByteSnipers opened this issue 8 months ago • 1 comments

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 MobSF tests

Additional Comments (if any)

DESCRIBE HERE

ByteSnipers avatar Mar 26 '25 03:03 ByteSnipers

The availability of build/binary dependencies is not tested for Python 3.13 on mac (arm/amd), linux and windows. Did you test that?

ajinabraham avatar Mar 28 '25 17:03 ajinabraham

Closing this. We will support Python3.13 after our testing is completed.

ajinabraham avatar Jun 23 '25 05:06 ajinabraham