From 93fed1f8ed20027429a601666328e2beb405af0c Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 12 Dec 2023 18:01:21 -0600 Subject: [PATCH] Remove Python 3.12 (needs conda-build packages which are not yet available). --- matrix.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/matrix.yaml b/matrix.yaml index 6e2e7ce..0fc00d8 100644 --- a/matrix.yaml +++ b/matrix.yaml @@ -7,7 +7,6 @@ PYTHON_VER: - "3.9" - "3.10" - "3.11" - - "3.12" LINUX_VER: - "ubuntu18.04" - "ubuntu20.04"