Skip to content

Commit ee9fe96

Browse files
committed
build: support python 3.14 and 3.14t
1 parent 265ea73 commit ee9fe96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uiucprescon/imagevalidate/openjp2wrap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <pybind11/pybind11.h>
55

66
//NOLINTNEXTLINE
7-
PYBIND11_MODULE(openjp2wrap, m){ // cppcheck-suppress unusedFunction
7+
PYBIND11_MODULE(openjp2wrap, m, pybind11::mod_gil_not_used()){ // cppcheck-suppress unusedFunction
88
pybind11::options options;
99
options.enable_function_signatures();
1010
m.def("open_jpeg_version", &open_jpeg_version, "Get the version of OpenJPEG built with");

0 commit comments

Comments
 (0)