From 9e6a144fbe70338ca4ac48efb95af07af0e3320e Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Thu, 15 Feb 2024 17:41:20 +0100 Subject: [PATCH] Use Python 3.9 by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cf119dc..59434c21 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SHELL := /bin/bash CURRENT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) -version = 3.8 +version = 3.9 # We like colors # From: https://coderwall.com/p/izxssa/colored-makefile-for-golang-projects