From a31051a937559abd068843b629861357b7dc0c31 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Fri, 2 Aug 2024 15:53:51 +1000 Subject: [PATCH] Drop py39 from build matrix for BBIM as we now only support Blender >=4.2 --- .github/workflows/ci-blenderbim-daily.yml | 2 +- .github/workflows/ci-blenderbim.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-blenderbim-daily.yml b/.github/workflows/ci-blenderbim-daily.yml index 0e4321aece..c9532068e0 100644 --- a/.github/workflows/ci-blenderbim-daily.yml +++ b/.github/workflows/ci-blenderbim-daily.yml @@ -35,7 +35,7 @@ jobs: strategy: fail-fast: false matrix: - pyver: [py39, py310, py311, py312] + pyver: [py310, py311, py312] config: - { name: "Windows Build", diff --git a/.github/workflows/ci-blenderbim.yml b/.github/workflows/ci-blenderbim.yml index f683594063..802caaedcc 100644 --- a/.github/workflows/ci-blenderbim.yml +++ b/.github/workflows/ci-blenderbim.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - pyver: [py39, py310, py311, py312] + pyver: [py310, py311, py312] config: - { name: "Windows Build",