Browse Source

create-release.py uses python3

Sam Lantinga 5 months ago
parent
commit
a851c5b648
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build-scripts/create-release.py

+ 1 - 1
build-scripts/create-release.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import argparse
 from pathlib import Path