-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to pybind11-stubgen 2.x #211
Conversation
We probably want to use pybind11-stubgen 1.0 when it's released, given the bunch of bugfixes it'll have. Looks like that means dropping support for Python < 3.8. |
Well, I'm surprised it wasn't a lot of effort to get that to work. |
... wtf windows |
@@ -67,8 +67,6 @@ jobs: | |||
matrix: | |||
os: [windows-latest, macos-latest, ubuntu-20.04] | |||
python_version: | |||
- '3.6' | |||
- '3.7' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pybind11-stubgen>=1.2
supports Python 3.7.
3.6 would require me to get rid of from __future__ import annotations
, which would cause too much of a burden to my code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Are you going to rebase the history or squash it?
I'll probably just squash this, unless you think any of this commit history is useful. |
https://github.com/sizmailov/pybind11-stubgen/blob/master/CHANGELOG.md