From eacb1febaec50b294c310c26edea6a288c3a47d9 Mon Sep 17 00:00:00 2001 From: Courville Software Date: Fri, 25 Oct 2024 19:46:26 +0200 Subject: [PATCH] use python3.11 --- release/push.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/push.py b/release/push.py index 7467246..f161bd9 100755 --- a/release/push.py +++ b/release/push.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3.11 from github import Github from configparser import ConfigParser