From 3ec984e1ed7265ac152e6760c68a0bad97d5a2bd Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Sun, 4 Dec 2022 10:46:05 -0800 Subject: [PATCH] =?UTF-8?q?Replace=20=F0=9F=90=8D=203.6=20=E2=80=A2=20ubun?= =?UTF-8?q?tu-latest=20=E2=80=A2=20x64=20-DPYBIND11=5FFINDPYTHON=3DON=20-D?= =?UTF-8?q?CMAKE=5FCXX=5FFLAGS=3D"-D=5F=3D1"=20with=203.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd99ddd33..072d561e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,6 @@ jobs: matrix: runs-on: [ubuntu-latest, windows-2022, macos-latest] python: - - '3.6' - '3.9' - '3.10' - '3.11' @@ -43,7 +42,7 @@ jobs: include: # Just add a key - runs-on: ubuntu-latest - python: '3.6' + python: '3.9' args: > -DPYBIND11_FINDPYTHON=ON -DCMAKE_CXX_FLAGS="-D_=1"