Skip to content

Commit

Permalink
Use Python 3.9 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Feb 15, 2024
1 parent cdfec7d commit 9e6a144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e6a144

Please sign in to comment.