Revert "Replace 🐍 3.6 • ubuntu-latest • x64 -DPYBIND11_FINDPYTHON=ON -DCMAKE_CXX_FLAGS="-D_=1" with 3.9"

This reverts commit 3ec984e1ed.
This commit is contained in:
Ralf W. Grosse-Kunstleve 2022-12-04 12:59:05 -08:00
parent 3ec984e1ed
commit fe06b70312

View File

@ -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"