From 027f38e4fd759ad6f0b765a153bbc181f2a9e3f5 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Tue, 17 Oct 2023 16:49:01 -0400 Subject: [PATCH] BLD: use python3 for shebang consistent with pep-394 https://peps.python.org/pep-0394/ --- tools/generate_matplotlibrc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/generate_matplotlibrc.py b/tools/generate_matplotlibrc.py index 33d6277870da..b779187c1e0d 100755 --- a/tools/generate_matplotlibrc.py +++ b/tools/generate_matplotlibrc.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ Generate matplotlirc for installs.