Releases: frostming/findpython
Releases · frostming/findpython
0.7.1
0.7.0
🚀 Features
- Add an option to show the python path only - by @frostming (0ff5c)
- Separate free-threaded python from normal ones - by @frostming in #34 (1b7b4)
🐞 Bug Fixes
- Add support for uv installed python - by @monchin in #31 and #33 (195e1)
- Correct the uv python dir with platformdirs - by @frostming (00c0a)
- Return the original python executable if resolve_symlink=True - by @frostming (77b19)
View changes on GitHub
0.6.3
🐞 Bug Fixes
- Refresh lockfile and fix deprecation warnings - by @Secrus in #30 (02116)
- Prefer 64bit Python interpreters - by @frostming (cc555)
View changes on GitHub
0.6.2
🐞 Bug Fixes
- Don't skip symlinks for rye provider - by @frostming (10d52)
- ci: Macos for old python versions - by @frostming (bab43)
View changes on GitHub
0.6.1
🐞 Bug Fixes
- Ignore invalid version strinig from winreg - by @frostming in #29 (429d9)
View changes on GitHub
0.6.0
0.5.1
No significant changes
View changes on GitHub
0.5.0
🚀 Features
- Add implementation property - by @frostming (98f13)
- Drop support for python 3.7 - by @frostming (d91c2)
🐞 Bug Fixes
View changes on GitHub
0.4.1
🐞 Bug Fixes
- Find python exe on Windows for RyeProvider - by @frostming (a3f51)