Browse Source

Require >=2.5.0

master
Isuru Fernando 5 years ago committed by Wenzel Jakob
parent
commit
b9d1ffbe4c
  1. 2
      setup.py

2
setup.py

@ -102,7 +102,7 @@ setup( @@ -102,7 +102,7 @@ setup(
description='A test project using pybind11',
long_description='',
ext_modules=ext_modules,
setup_requires=['pybind11>=2.4'],
setup_requires=['pybind11>=2.5.0'],
cmdclass={'build_ext': BuildExt},
zip_safe=False,
)

Loading…
Cancel
Save