mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 06:47:57 +00:00
remove Python 3.9 from bbim makefile since a31051a93
This commit is contained in:
@@ -49,11 +49,6 @@ LAST_COMMIT_HASH:=$(shell git rev-parse HEAD)
|
|||||||
PYVERSION:=py310
|
PYVERSION:=py310
|
||||||
PYPI_IMP:=cp
|
PYPI_IMP:=cp
|
||||||
|
|
||||||
ifeq ($(PYVERSION), py39)
|
|
||||||
PYLIBDIR:=python3.9
|
|
||||||
PYNUMBER:=39
|
|
||||||
PYPI_VERSION:=3.9
|
|
||||||
endif
|
|
||||||
ifeq ($(PYVERSION), py310)
|
ifeq ($(PYVERSION), py310)
|
||||||
PYLIBDIR:=python3.10
|
PYLIBDIR:=python3.10
|
||||||
PYNUMBER:=310
|
PYNUMBER:=310
|
||||||
|
|||||||
Reference in New Issue
Block a user