Skip to content

Commit

Permalink
MAINT Use python3 rather than python in build script shebang (scikit-…
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Jul 4, 2024
1 parent dd88e21 commit ab76a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/_build_utils/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""Extract version number from __init__.py"""

import os
Expand Down

0 comments on commit ab76a90

Please sign in to comment.