Skip to content

Commit ab76a90

Browse files
authored
MAINT Use python3 rather than python in build script shebang (scikit-learn#29415)
1 parent dd88e21 commit ab76a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/_build_utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
"""Extract version number from __init__.py"""
33

44
import os

0 commit comments

Comments
 (0)