pybind / pybind11

Seamless operability between C++11 and Python
https://pybind11.readthedocs.io/
Other
15.18k stars 2.06k forks source link

docs: Remove upper bound on pybind11 in example pyproject.toml for setuptools #4774

Closed ketozhang closed 11 months ago

ketozhang commented 11 months ago

Description

The upper bound set here is incompatible with Python 3.11. I got bit copy and pasting this code block for pyproject.toml

Suggested changelog entry:

Remove upper bound in example pyproject.toml for setuptools
rwgk commented 11 months ago

I'll go ahead merge this to also get this into the next smart_holder update.