diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 072d561e0..bd99ddd33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: matrix: runs-on: [ubuntu-latest, windows-2022, macos-latest] python: + - '3.6' - '3.9' - '3.10' - '3.11' @@ -42,7 +43,7 @@ jobs: include: # Just add a key - runs-on: ubuntu-latest - python: '3.9' + python: '3.6' args: > -DPYBIND11_FINDPYTHON=ON -DCMAKE_CXX_FLAGS="-D_=1"