Skip to content

Commit 3ec984e

Browse files
committed
Replace 🐍 3.6 • ubuntu-latest • x64 -DPYBIND11_FINDPYTHON=ON -DCMAKE_CXX_FLAGS="-D_=1" with 3.9
1 parent e133c33 commit 3ec984e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
matrix:
2828
runs-on: [ubuntu-latest, windows-2022, macos-latest]
2929
python:
30-
- '3.6'
3130
- '3.9'
3231
- '3.10'
3332
- '3.11'
@@ -43,7 +42,7 @@ jobs:
4342
include:
4443
# Just add a key
4544
- runs-on: ubuntu-latest
46-
python: '3.6'
45+
python: '3.9'
4746
args: >
4847
-DPYBIND11_FINDPYTHON=ON
4948
-DCMAKE_CXX_FLAGS="-D_=1"

0 commit comments

Comments
 (0)