Skip to content

Commit adb9c67

Browse files
committed
accept python3.8
1 parent b9e9dfc commit adb9c67

File tree

1 file changed

+1
-1
lines changed
  • pythonforandroid/bootstraps/common/build/src/main/java/org/kivy/android

1 file changed

+1
-1
lines changed

pythonforandroid/bootstraps/common/build/src/main/java/org/kivy/android/PythonUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static void loadLibraries(File filesDir, File libsDir) {
6161
// load, and it has failed, give a more
6262
// general error
6363
Log.v(TAG, "Library loading error: " + e.getMessage());
64-
if (lib.startsWith("python3.7") && !foundPython) {
64+
if (lib.startsWith("python3.8") && !foundPython) {
6565
throw new java.lang.RuntimeException("Could not load any libpythonXXX.so");
6666
} else if (lib.startsWith("python")) {
6767
continue;

0 commit comments

Comments
 (0)