Skip to content

Commit

Permalink
No longer build for unsupported versions of python.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Feb 10, 2024
1 parent 45a7b72 commit a4d84d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build_tools/build_binaries_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
miniconda_envs = os.getenv('MINICONDA_ENVS', r'D:\bin\miniconda\envs')

python_installations = [
r'%s\py36_64\python.exe' % miniconda_envs,
r'%s\py37_64\python.exe' % miniconda_envs,
r'%s\py38_64\python.exe' % miniconda_envs,
r'%s\py39_64\python.exe' % miniconda_envs,
r'%s\py310_64\python.exe' % miniconda_envs,
Expand Down

0 comments on commit a4d84d3

Please sign in to comment.