mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
Add py313 to stable build
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
pyver: [py311, py312]
|
pyver: [py311, py312, py313]
|
||||||
config:
|
config:
|
||||||
- {
|
- {
|
||||||
name: "Windows Build",
|
name: "Windows Build",
|
||||||
@@ -42,6 +42,11 @@ jobs:
|
|||||||
name: "MacOS ARM Build",
|
name: "MacOS ARM Build",
|
||||||
short_name: macosm1,
|
short_name: macosm1,
|
||||||
}
|
}
|
||||||
|
exclude:
|
||||||
|
# Python 3.13 is needed for Blender 5.1+ and Blender dropped Intel Mac support in 5.0.
|
||||||
|
- pyver: py313
|
||||||
|
config:
|
||||||
|
short_name: macos
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
||||||
|
|||||||
Reference in New Issue
Block a user