8000 Require >=2.5.0 · JackLangerman/python_example@b9d1ffb · GitHub
[go: up one dir, main page]

Skip to content

Commit b9d1ffb

Browse files
isurufwjakob
authored andcommitted
Require >=2.5.0
1 parent e40692b commit b9d1ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def build_extensions(self):
102102
description='A test project using pybind11',
103103
long_description='',
104104
ext_modules=ext_modules,
105-
setup_requires=['pybind11>=2.4'],
105+
setup_requires=['pybind11>=2.5.0'],
106106
cmdclass={'build_ext': BuildExt},
107107
zip_safe=False,
108108
)

0 commit comments

Comments
 (0)
0