open_toontown_panda3d/panda
Yaksh Bariya 586b92a4ab
makepanda: fix for python >= 3.13 on android
android is now a supported platform Python since Python 3.13.
Earlier logic for figuring out android is still kept to preserve
backwards compatibility with Python versions <= 3.12.

Also have added a comment where we are monkeypatching sys.platform to
"android" to remove it once minimum python requirement is removed

Found initially during Python bump for Termux (https://github.com/termux/termux-packages/pull/27739)

Also seems like Pyright too hasn't caught up with this yet. So it needs
to be made aware as well
2026-01-12 07:08:57 +05:30
..
metalibs Merge branch 'release/1.10.x' 2024-03-12 15:39:16 +01:00
src makepanda: fix for python >= 3.13 on android 2026-01-12 07:08:57 +05:30
CMakeLists.txt Move MAIN_DIR initialization code from interrogate to panda3d 2025-02-02 20:11:32 +01:00