You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pythonfinder.Finder().find_all_python_versions() fails to find python versions with two digit numbers in minor version.
This is probably due to this check:
pythonfinder.Finder().find_all_python_versions()
fails to find python versions with two digit numbers in minor version.This is probably due to this check:
pythonfinder/src/pythonfinder/utils.py
Line 220 in 374e1d3
and the fact that these contain
?
and not*
:pythonfinder/src/pythonfinder/utils.py
Lines 63 to 71 in 374e1d3
The text was updated successfully, but these errors were encountered: