mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Bundle ifcopenshell for Python 3.11 on PyPI. See #2551.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user