Drop Windows 32bit support for this release as it isn't built. We can restore it in the future if needed.

This commit is contained in:
Dion Moult
2025-02-09 14:59:15 +11:00
parent da1c92c42b
commit 3e7f244100
4 changed files with 16 additions and 24 deletions
-4
View File
@@ -24,10 +24,6 @@ jobs:
name: "Windows 64bit", name: "Windows 64bit",
short_name: win64, short_name: win64,
} }
- {
name: "Windows 32bit",
short_name: win32,
}
- { - {
name: "Linux 64bit", name: "Linux 64bit",
short_name: linux64 short_name: linux64
@@ -25,10 +25,6 @@ jobs:
name: "Windows 64bit", name: "Windows 64bit",
short_name: win64, short_name: win64,
} }
- {
name: "Windows 32bit",
short_name: win32,
}
- { - {
name: "Linux 64bit", name: "Linux 64bit",
short_name: linux64 short_name: linux64
@@ -14,11 +14,11 @@ Pre-built packages
1. Download the appropriate version for your operating system. 1. Download the appropriate version for your operating system.
+---------------------------+-------------------------+-------------------------+---------------------------+-----------------------------+ +---------------------------+-------------------------+---------------------------+-----------------------------+
| Linux 64bit | Windows 32bit | Windows 64bit | MacOS 64bit | MacOS M1 64bit | | Linux 64bit | Windows 64bit | MacOS 64bit | MacOS M1 64bit |
+===========================+=========================+=========================+===========================+=============================+ +===========================+=========================+===========================+=============================+
| :ifcconvert_url:`linux64` | :ifcconvert_url:`win32` | :ifcconvert_url:`win64` | :ifcconvert_url:`macos64` | :ifcconvert_url:`macosm164` | | :ifcconvert_url:`linux64` | :ifcconvert_url:`win64` | :ifcconvert_url:`macos64` | :ifcconvert_url:`macosm164` |
+---------------------------+-------------------------+-------------------------+---------------------------+-----------------------------+ +---------------------------+-------------------------+---------------------------+-----------------------------+
2. Unzip the downloaded file and run IfcConvert using the command line. 2. Unzip the downloaded file and run IfcConvert using the command line.
@@ -31,17 +31,17 @@ ZIP packages
1. Choose which version to download based on your operating system, Python 1. Choose which version to download based on your operating system, Python
version, and computer architecture. version, and computer architecture.
+-------------+---------------------------------+-------------------------------+-------------------------------+---------------------------------+-----------------------------------+ +-------------+---------------------------------+-------------------------------+---------------------------------+-----------------------------------+
| | Linux 64bit | Windows 32bit | Windows 64bit | MacOS Intel 64bit | MacOS Silicon 64bit | | | Linux 64bit | Windows 64bit | MacOS Intel 64bit | MacOS Silicon 64bit |
+=============+=================================+===============================+===============================+=================================+===================================+ +=============+=================================+===============================+=================================+===================================+
| Python 3.9 | :ios_python_url:`py39-linux64` | :ios_python_url:`py39-win32` | :ios_python_url:`py39-win64` | :ios_python_url:`py39-macos64` | :ios_python_url:`py39-macosm164` | | Python 3.9 | :ios_python_url:`py39-linux64` | :ios_python_url:`py39-win64` | :ios_python_url:`py39-macos64` | :ios_python_url:`py39-macosm164` |
+-------------+---------------------------------+-------------------------------+-------------------------------+---------------------------------+-----------------------------------+ +-------------+---------------------------------+-------------------------------+---------------------------------+-----------------------------------+
| Python 3.10 | :ios_python_url:`py310-linux64` | :ios_python_url:`py310-win32` | :ios_python_url:`py310-win64` | :ios_python_url:`py310-macos64` | :ios_python_url:`py310-macosm164` | | Python 3.10 | :ios_python_url:`py310-linux64` | :ios_python_url:`py310-win64` | :ios_python_url:`py310-macos64` | :ios_python_url:`py310-macosm164` |
+-------------+---------------------------------+-------------------------------+-------------------------------+---------------------------------+-----------------------------------+ +-------------+---------------------------------+-------------------------------+---------------------------------+-----------------------------------+
| Python 3.11 | :ios_python_url:`py311-linux64` | :ios_python_url:`py311-win32` | :ios_python_url:`py311-win64` | :ios_python_url:`py311-macos64` | :ios_python_url:`py311-macosm164` | | Python 3.11 | :ios_python_url:`py311-linux64` | :ios_python_url:`py311-win64` | :ios_python_url:`py311-macos64` | :ios_python_url:`py311-macosm164` |
+-------------+---------------------------------+-------------------------------+-------------------------------+---------------------------------+-----------------------------------+ +-------------+---------------------------------+-------------------------------+---------------------------------+-----------------------------------+
| Python 3.12 | :ios_python_url:`py312-linux64` | :ios_python_url:`py312-win32` | :ios_python_url:`py312-win64` | :ios_python_url:`py312-macos64` | :ios_python_url:`py312-macosm164` | | Python 3.12 | :ios_python_url:`py312-linux64` | :ios_python_url:`py312-win64` | :ios_python_url:`py312-macos64` | :ios_python_url:`py312-macosm164` |
+-------------+---------------------------------+-------------------------------+-------------------------------+---------------------------------+-----------------------------------+ +-------------+---------------------------------+-------------------------------+---------------------------------+-----------------------------------+
2. Unzip the downloaded file and copy the ``ifcopenshell`` directory into your 2. Unzip the downloaded file and copy the ``ifcopenshell`` directory into your
Python path. If you're not sure where your Python path is, run the following Python path. If you're not sure where your Python path is, run the following