--- meson.build	2023-06-01 05:18:27.000000000 +0800
+++ meson.build	2024-06-10 08:36:14.000000000 +0800
@@ -98,7 +98,7 @@
     py_modules += 'tap'
   endif
 endif
-python = import('python').find_installation('python3', modules: py_modules)
+python = import('python').find_installation('@PYTHON@', modules: py_modules)
 
 if get_option('vapi').enabled() and get_option('introspection').disabled()
   error('Vala binding generation requires the \'introspection\' to be enabled')
