summaryrefslogtreecommitdiff
path: root/make.bat
diff options
context:
space:
mode:
authorMatthieu Darbois <mayeut@users.noreply.github.com>2022-04-15 14:08:58 +0200
committerGitHub <noreply@github.com>2022-04-15 14:08:58 +0200
commit0f996734bdbd413f7dd8ce88d0c12227045609d1 (patch)
treef45f9b862a99de444ae1881de2003adc290a1c12 /make.bat
parentc45af430d3bfb6cbeed9b72c4865bc497fd006f1 (diff)
downloadpsutil-0f996734bdbd413f7dd8ce88d0c12227045609d1.tar.gz
Drop Python 2.6 support (#2039)
Signed-off-by: mayeut <mayeut@users.noreply.github.com>
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.bat b/make.bat
index e292bb16..b424ed20 100644
--- a/make.bat
+++ b/make.bat
@@ -7,7 +7,7 @@ rem psutil ("make.bat build", "make.bat install") and running tests
rem ("make.bat test").
rem
rem This script is modeled after my Windows installation which uses:
-rem - Visual studio 2008 for Python 2.6, 2.7
+rem - Visual studio 2008 for Python 2.7
rem - Visual studio 2010 for Python 3.4+
rem ...therefore it might not work on your Windows installation.
rem