Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix python 3.13 support #2507

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix python 3.13 support #2507

wants to merge 2 commits into from

Conversation

ByteSnipers
Copy link
Contributor

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

The setup script can not be executed if the system has a newer python version then 3.12. It is not possible to run the script on python 3.13
@ajinabraham
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants