Remove Python 3.10 build from bbim builds

Reverts 8514a42, removes python 3.10 from bbim builds as it's not suppored by Blender 4.2+ (https://github.com/gentoo/gentoo/pull/37671)
This commit is contained in:
Andrej730
2024-08-05 16:37:09 +05:00
parent 9f1d14e5a7
commit 3a147d7f62
3 changed files with 3 additions and 15 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pyver: [py310, py311, py312]
pyver: [py311, py312]
config:
- {
name: "Windows Build",