ci-bonsai-daily - enable Python 3.13 build

Since it's coming in Blender 5.1 which is soon to go Beta (at 4 Feb).
This commit is contained in:
Andrej730
2026-01-26 16:04:56 +05:00
parent bc675ef9b2
commit 1319391a6b
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pyver: [py311, py312]
pyver: [py311, py312, py313]
config:
- {
name: "Windows Build",