We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae093e commit a96148dCopy full SHA for a96148d
Source/PythonEngine.pas
@@ -112,7 +112,7 @@ TPythonVersionProp = record
112
(DllName: 'libpython3.9.so'; RegVersion: '3.9'; APIVersion: 1013),
113
(DllName: 'libpython3.10.so'; RegVersion: '3.10'; APIVersion: 1013),
114
(DllName: 'libpython3.11.so'; RegVersion: '3.11'; APIVersion: 1013),
115
- (DllName: 'libpython3.12.so'; RegVersion: '3.12'; APIVersion: 1013)
+ (DllName: 'libpython3.12.so'; RegVersion: '3.12'; APIVersion: 1013),
116
(DllName: 'libpython3.13.so'; RegVersion: '3.13'; APIVersion: 1013)
117
);
118
{$ENDIF}
0 commit comments