From 491203b3bd80bc8196628aca3f262848a820557d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 25 Oct 2024 15:10:21 -0700 Subject: [PATCH] create-release.py uses python3 --- build-scripts/create-release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/create-release.py b/build-scripts/create-release.py index 8ab367a..2214449 100755 --- a/build-scripts/create-release.py +++ b/build-scripts/create-release.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import argparse from pathlib import Path