Skip to content

Commit 217bfed

Browse files
committed
Add py313 to stable build
1 parent b4558f7 commit 217bfed

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci-bonsai.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
pyver: [py311, py312]
27+
pyver: [py311, py312, py313]
2828
config:
2929
- {
3030
name: "Windows Build",
@@ -42,6 +42,11 @@ jobs:
4242
name: "MacOS ARM Build",
4343
short_name: macosm1,
4444
}
45+
exclude:
46+
# Python 3.13 is needed for Blender 5.1+ and Blender dropped Intel Mac support in 5.0.
47+
- pyver: py313
48+
config:
49+
short_name: macos
4550
steps:
4651
- uses: actions/checkout@v6
4752
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python

0 commit comments

Comments
 (0)