We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4558f7 commit 217bfedCopy full SHA for 217bfed
1 file changed
.github/workflows/ci-bonsai.yml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
fail-fast: false
26
matrix:
27
- pyver: [py311, py312]
+ pyver: [py311, py312, py313]
28
config:
29
- {
30
name: "Windows Build",
@@ -42,6 +42,11 @@ jobs:
42
name: "MacOS ARM Build",
43
short_name: macosm1,
44
}
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
50
steps:
51
- uses: actions/checkout@v6
52
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
0 commit comments