From 6ed1e1aefbc2131f7ba64c5825583dfc954718c5 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 22 Apr 2024 11:09:03 -0500 Subject: [PATCH] no python2 in the windows matrix --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ef1db38..14e5121a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -294,10 +294,11 @@ jobs: # os: windows-2022 build: - - type: Release - python_version: '2.7.18' - python_name: 'python' - cmake_flags: '-DENABLE_PYTHON2=ON -DENABLE_PYTHON3=OFF' +# no python2 in the windows matrix +# - type: Release +# python_version: '2.7.18' +# python_name: 'python' +# cmake_flags: '-DENABLE_PYTHON2=ON -DENABLE_PYTHON3=OFF' - type: Release python_version: '3.9.13'