From 872f40933f88f5719a528016c6475dbbd2bb75c6 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 2 Aug 2024 16:59:32 +0500 Subject: [PATCH] remove Python 3.9 from bbim makefile since a31051a93 --- src/blenderbim/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index 910e7ddbd2..2056b3a38f 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -49,11 +49,6 @@ LAST_COMMIT_HASH:=$(shell git rev-parse HEAD) PYVERSION:=py310 PYPI_IMP:=cp -ifeq ($(PYVERSION), py39) -PYLIBDIR:=python3.9 -PYNUMBER:=39 -PYPI_VERSION:=3.9 -endif ifeq ($(PYVERSION), py310) PYLIBDIR:=python3.10 PYNUMBER:=310