diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2020-01-01 23:18:59 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-01 23:18:59 -0800 |
| commit | 9e04312d615413c78a7c87d70e9de125429c9d33 (patch) | |
| tree | ffd1d0ed95dfe6009ee625c8cde629c5ed9b7a9e /scripts | |
| parent | 0cbab098df8f8d6e242917d44c2231e0a35c8c11 (diff) | |
| download | psutil-9e04312d615413c78a7c87d70e9de125429c9d33.tar.gz | |
Drop windows XP support (#1652)
minimum supported now is Windows Vista
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/internal/winmake.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/internal/winmake.py b/scripts/internal/winmake.py index c471ad0b..ce6b5a83 100755 --- a/scripts/internal/winmake.py +++ b/scripts/internal/winmake.py @@ -319,7 +319,6 @@ def install_pip(): @cmd def install(): """Install in develop / edit mode""" - install_git_hooks() build() sh("%s setup.py develop" % PYTHON) |
