Skip to content

Commit da1bfe2

Browse files
committed
Android 3.7 added.
1 parent 4e512a6 commit da1bfe2

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
@@ -161,8 +161,9 @@ TPythonVersionProp = record
161161
);
162162
{$ENDIF}
163163
{$IFDEF ANDROID}
164-
PYTHON_KNOWN_VERSIONS: array[6..10] of TPythonVersionProp =
164+
PYTHON_KNOWN_VERSIONS: array[5..10] of TPythonVersionProp =
165165
(
166+
(DllName: 'libpython3.7m.so'; RegVersion: '3.7'; APIVersion: 1013),
166167
(DllName: 'libpython3.8.so'; RegVersion: '3.8'; APIVersion: 1013),
167168
(DllName: 'libpython3.9.so'; RegVersion: '3.9'; APIVersion: 1013),
168169
(DllName: 'libpython3.10.so'; RegVersion: '3.10'; APIVersion: 1013),

0 commit comments

Comments
 (0)