Releases: trevorld/findpython
Releases · trevorld/findpython
findpython v1.0.9
findpython v1.0.8
- Looks for more python binaries (Python 3.13 through 3.20).
This will help future-proof the package for later Python releases.
findpython v1.0.7
- Looks for more python binaries (Python 3.10 through 3.12)
findpython v1.0.5
- Minor internal refactoring and documentation improvements.
findpython v1.0.4
- No longer throws an unintended error when can't find a suitable python command AND reticulate package is not installed.
findpython v1.0.3
- Uses
reticulate::py_discover_config
to find more python binaries if can't otherwise find a suitable python command.