remove Python 3.9 from bbim makefile since a31051a93

This commit is contained in:
Andrej730
2024-08-02 16:59:32 +05:00
parent 4491018f5e
commit 872f40933f
-5
View File
@@ -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