Termux now python 3.13 #4275
shel1kest0learn
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Workaround in seleniumbase script
for python 3.13 now pep 738
import sys
if sys.platform.startswith('android'):
sys.platform = 'linux'
Beta Was this translation helpful? Give feedback.
All reactions