Skip to content

Commit 4cf19fb

Browse files
committed
python: sync PEP 739 format
Signed-off-by: Filipe Laíns <[email protected]
1 parent 3afd77c commit 4cf19fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesonbuild/modules/python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def __init__(self, python: 'PythonExternalProgram', interpreter: 'Interpreter'):
117117
assert isinstance(prefix, str), 'for mypy'
118118

119119
if python.build_config:
120-
self.version = python.build_config['version']
120+
self.version = python.build_config['language']['version']
121121
self.platform = python.build_config['platform']
122122
self.suffix = python.build_config['abi']['extension_suffix']
123123
self.limited_api_suffix = python.build_config['abi']['stable_abi_suffix']

0 commit comments

Comments
 (0)