Jij-Inc / pyo3-stub-gen

Stub file (*.pyi) generator for PyO3
Apache License 2.0
62 stars 13 forks source link

pyo3 version lock #20

Closed aldanor closed 3 months ago

aldanor commented 3 months ago

0.20.3 is pretty restrictive given that the latest version is already 0.22, would this work with 0.21 and/or 0.22? Would be nice to relax the version bound check if it does (e.g. >=).

termoshtt commented 3 months ago

Done in #21, merged via #25