pythonfinder icon indicating copy to clipboard operation
pythonfinder copied to clipboard

Problems with two-digit numbers in version

Open kshpytsya opened this issue 2 years ago • 0 comments

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:

https://github.com/sarugaku/pythonfinder/blob/374e1d3cc8fc599abca4d35fa01d088580e432c2/src/pythonfinder/utils.py#L220

and the fact that these contain ? and not *:

https://github.com/sarugaku/pythonfinder/blob/374e1d3cc8fc599abca4d35fa01d088580e432c2/src/pythonfinder/utils.py#L63-L71

kshpytsya avatar Dec 08 '22 16:12 kshpytsya