From ad2cc1deff4593ac2416d5b2b5ec3af83a9edb5c Mon Sep 17 00:00:00 2001 From: Pamphile ROY Date: Wed, 20 Oct 2021 01:47:34 +0200 Subject: [PATCH] MAINT: Pybind11 2.7 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9432662..69a2ef0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ environment: CYTHON_BUILD_DEP: Cython==0.29.24 PYTHRAN_BUILD_DEP: pythran NUMPY_TEST_DEP: numpy==1.17.3 - PYBIND11_BUILD_DEP: pybind11>=2.4.3 + PYBIND11_BUILD_DEP: pybind11==2.7.0 TEST_MODE: fast APPVEYOR_SAVE_CACHE_ON_ERROR: true APPVEYOR_SKIP_FINALIZE_ON_EXIT: true