Bundle ifcopenshell for Python 3.11 on PyPI. See #2551.

This commit is contained in:
Dion Moult
2023-01-06 16:37:50 +11:00
parent 4afada48a6
commit f818fc659a
3 changed files with 36 additions and 20 deletions
+11 -1
View File
@@ -15,7 +15,10 @@ ifeq ($(PYVERSION), py39)
PYNUMBER:=39
endif
ifeq ($(PYVERSION), py310)
PYNUMBER:=31
PYNUMBER:=310
endif
ifeq ($(PYVERSION), py311)
PYNUMBER:=311
endif
ifeq ($(PLATFORM), linux)
@@ -38,6 +41,13 @@ PYNUMBER:=37
endif
endif
ifeq ($(PLATFORM), macos)
ifeq ($(PYVERSION), py311)
# Pure Evil. Let me know if you're the first to file a bug report.
PYNUMBER:=310
endif
endif
.PHONY: test
test:
pytest -p no:pytest-blender test