From 6b2ba0c5a6876c8b829dbe6218aff3fa34ebde49 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 25 Oct 2024 15:09:36 -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 2e1fd559..f0ce836f 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