From b9225f086c43821b85c85afce0f3d325153ecdb8 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 30 Jun 2021 13:36:32 +0100 Subject: [PATCH] Require Python3.9 for gemcall --- tools/gemcall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gemcall b/tools/gemcall index 378a892..ab16e95 100755 --- a/tools/gemcall +++ b/tools/gemcall @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python3.9 import socket import urllib.parse as up