From 04d101a68f3de92f3d438b4abd515bf42c959e7b Mon Sep 17 00:00:00 2001 From: Evan McKinney <47376937+evmckinney9@users.noreply.github.com> Date: Sun, 26 Nov 2023 15:08:45 -0500 Subject: [PATCH] Update Makefile Change python version from 3.10 to 3.9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c1e515..1c9ac53 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Variables -PYTHON_VERSION = python3.10 +PYTHON_VERSION = python3.9 PIP = .venv/bin/pip PYTEST = .venv/bin/pytest PRE_COMMIT = .venv/bin/pre-commit