Skip to content

Commit 7d22e1f

Browse files
authored
ci: Bump 'latest releases' tests to use pybind11 3.0.0 (AcademySoftwareFoundation#4828)
Also found one stray test that was using a pybind11 version older than we claim to use, so bump that up to the advertised minimum. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 2f1912c commit 7d22e1f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
fmt_ver: 7.0.1
135135
opencolorio_ver: v2.2.1
136136
openexr_ver: v3.1.0
137-
pybind11_ver: v2.4.2
137+
pybind11_ver: v2.7.0
138138
python_ver: 3.7
139139
simd: 0
140140
setenvs: export EMBEDPLUGINS=0
@@ -413,7 +413,7 @@ jobs:
413413
fmt_ver: 11.2.0
414414
opencolorio_ver: v2.4.2
415415
openexr_ver: v3.3.4
416-
pybind11_ver: v2.13.6
416+
pybind11_ver: v3.0.0
417417
python_ver: "3.12"
418418
simd: avx2,f16c
419419
setenvs: export LIBJPEGTURBO_VERSION=3.1.1
@@ -512,7 +512,7 @@ jobs:
512512
fmt_ver: 11.1.4
513513
opencolorio_ver: v2.4.2
514514
openexr_ver: v3.3.3
515-
pybind11_ver: v2.13.6
515+
pybind11_ver: v3.0.0
516516
python_ver: "3.12"
517517
setenvs: export LIBJPEGTURBO_VERSION=3.1.0
518518
LIBRAW_VERSION=0.21.3
@@ -532,7 +532,7 @@ jobs:
532532
fmt_ver: 11.1.4
533533
opencolorio_ver: v2.4.2
534534
openexr_ver: v3.3.3
535-
pybind11_ver: v2.13.6
535+
pybind11_ver: v3.0.0
536536
python_ver: "3.12"
537537
setenvs: export LIBJPEGTURBO_VERSION=3.1.0
538538
LIBRAW_VERSION=0.21.3

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
4242
* OpenGL
4343
* If you are building the Python bindings or running the testsuite:
4444
* Python >= 3.7 (tested through 3.13)
45-
* pybind11 >= 2.7 (tested through 2.13)
45+
* pybind11 >= 2.7 (tested through 3.0)
4646
* NumPy (tested through 2.2.4)
4747
* If you want support for PNG files:
48-
* libPNG >= 1.6.0 (tested though 1.6.49)
48+
* libPNG >= 1.6.0 (tested though 1.6.50)
4949
* If you want support for camera "RAW" formats:
5050
* LibRaw >= 0.20 (tested though 0.21.4 and master)
5151
* If you want support for a wide variety of video formats:

0 commit comments

Comments
 (0)