Skip to content

Commit 0b841db

Browse files
committed
Including Python 3.7 for Android
1 parent 9dca7b0 commit 0b841db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/PythonEngine.pas

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,9 @@ TPythonVersionProp = record
158158
);
159159
{$ENDIF}
160160
{$IFDEF ANDROID}
161-
PYTHON_KNOWN_VERSIONS: array[6..9] of TPythonVersionProp =
161+
PYTHON_KNOWN_VERSIONS: array[5..9] of TPythonVersionProp =
162162
(
163+
(DllName: 'libpython3.7m.so'; RegVersion: '3.7'; APIVersion: 1013),
163164
(DllName: 'libpython3.8.so'; RegVersion: '3.8'; APIVersion: 1013),
164165
(DllName: 'libpython3.9.so'; RegVersion: '3.9'; APIVersion: 1013),
165166
(DllName: 'libpython3.10.so'; RegVersion: '3.10'; APIVersion: 1013),

0 commit comments

Comments
 (0)