Skip to content

Commit

Permalink
winmake: rm old py versions
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jan 7, 2024
1 parent 9a400de commit c6a8fc9
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions scripts/internal/winmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,23 +523,15 @@ def get_python(path):
# try to look for a python installation given a shortcut name
path = path.replace('.', '')
vers = (
'26',
'26-32',
'26-64',
'27',
'27-32',
'27-64',
'36',
'36-32',
'36-64',
'37',
'37-32',
'37-64',
'38',
'38-32',
'38-64',
'39-32',
'39-64',
'310-32',
'310-64',
'311-32',
'311-64',
'312-32',
'312-64',
)
for v in vers:
pypath = r'C:\\python%s\python.exe' % v
Expand Down

0 comments on commit c6a8fc9

Please sign in to comment.