From a744aa8570f868e7fb9e13a8661d6cd8c92ffbe2 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Thu, 23 Nov 2023 14:31:53 +0100 Subject: [PATCH] Update ci-ifcopenshell-conda-daily.yml change from deprecated mamba provisioner and move to python 3.11 and 3.12 --- .github/workflows/ci-ifcopenshell-conda-daily.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-ifcopenshell-conda-daily.yml b/.github/workflows/ci-ifcopenshell-conda-daily.yml index 2157b09bd7..1c3e1ade82 100644 --- a/.github/workflows/ci-ifcopenshell-conda-daily.yml +++ b/.github/workflows/ci-ifcopenshell-conda-daily.yml @@ -25,7 +25,8 @@ jobs: fail-fast: false matrix: pyver: [ - { name: py311, distver: '3.11' } + { name: py311, distver: '3.11'}, + { name: py312, distver: '3.12'} ] platform: [ { name: win, distver: windows-latest, pkg_dir: 'win-64' },