Skip to content

Commit 0a23624

Browse files
phofllithomas1
andauthoredAug 28, 2023
Revert "MAINT: small simplification of meson.build following best practices" (pandas-dev#54802)
* Revert "MAINT: small simplification of meson.build following best practices (pandas-dev#54737)" This reverts commit ca42994. * Update meson.build * Update meson.build --------- Co-authored-by: Thomas Li <47963215+lithomas1@users.noreply.github.com>
1 parent dc0ec0b commit 0a23624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project(
33
'pandas',
44
'c', 'cpp', 'cython',
5-
version: run_command(['python3', 'generate_version.py', '--print'], check: true).stdout().strip(),
5+
version: run_command(['python', 'generate_version.py', '--print'], check: true).stdout().strip(),
66
license: 'BSD-3',
77
meson_version: '>=1.0.1',
88
default_options: [

0 commit comments

Comments
 (0)
Please sign in to comment.