Skip to content

Commit

Permalink
Updated python version for patch script according to pythonapi.pro file.
Browse files Browse the repository at this point in the history
  • Loading branch information
retsios committed Feb 17, 2025
1 parent 0ed2292 commit da7f134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch_pythonapi_linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Dl_info(ctypes.Structure):
f = open('pythonapi.pro', 'w')
while i < len(lines):
line = lines[i]
if line.strip() == 'PYMINORVERSION=8':
if line.strip() == 'PYMINORVERSION=10':
f.write(line + '\n')
i = i + 1
line = lines[i]
Expand Down

0 comments on commit da7f134

Please sign in to comment.