Skip to content

Commit ed09982

Browse files
committed
fix: update pythonSharedLib
1 parent 12d049d commit ed09982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serious_python_android/lib/serious_python_android.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class SeriousPythonAndroid extends SeriousPythonPlatform {
4848
spDebug("Unable to load libpyjni.so library: $e");
4949
}
5050

51-
const pythonSharedLib = "libpython3.12.so";
51+
const pythonSharedLib = "libpython3.14.so";
5252

5353
String? getPythonFullVersion() {
5454
try {

0 commit comments

Comments
 (0)