summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2018-04-18 11:19:08 +0200
committerMatěj Cepl <mcepl@cepl.eu>2018-04-18 11:19:08 +0200
commitd20c8ae9fe1d1cb43e7c7cd44bd5a9372e0be893 (patch)
treebb17357ce3de2382420c2d587ad4d713e9c36ac3
parent6f6bb5189402c1d79ecf9fe0347f813dce1f5ffb (diff)
downloadm2crypto-d20c8ae9fe1d1cb43e7c7cd44bd5a9372e0be893.tar.gz
Don't support Python 2.6 on Windows anymore.
Python on Windows is not part of the system, so it should be more simple for admins to just upgrade to Python 2.7 (which will be hopefully supported by M2Crypto at least until the EOL of Python 2.7 upstream).
-rw-r--r--INSTALL.rst3
-rw-r--r--appveyor.yml14
2 files changed, 3 insertions, 14 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 0becb13..0c237aa 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -55,6 +55,9 @@ command.
Differences when installing on Windows
--------------------------------------
+(Python 2.6 is not supported on Windows anymore, please, just
+update to 2.7 if you want to stay on Python 2)
+
(needs updating)
Before building from source, you need to install OpenSSL's include
diff --git a/appveyor.yml b/appveyor.yml
index 47fa43c..fe53997 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -53,17 +53,6 @@ environment:
PYWIN32: "pywin32-222.win-amd64-py2.7.exe"
PYWIN32_RELEASE: b222
-
- # Also test a Python version not pre-installed
- # See: https://github.com/ogrisel/python-appveyor-demo/issues/10
-
- - PYTHON: "C:\\Python26"
- PYTHON_VERSION: "2.6.6"
- PYTHON_ARCH: "32"
- OPENSSL_PATH: "C:\\OpenSSL-Win32"
- PYWIN32: "pywin32-221.win32-py2.6.exe"
- PYWIN32_RELEASE: b221
-
nuget:
account_feed: true
@@ -99,9 +88,6 @@ install:
- curl -o Win64OpenSSL-1_1_0h.exe -sSL https://slproweb.com/download/Win64OpenSSL-1_1_0h.exe
- "Win64OpenSSL-1_1_0h.exe /silent /verysilent /DIR=C:\\OpenSSL-1-1-Win64"
- # The pypi version will not install on 2.6
- # - "%CMD_IN_ENV% pip install pypiwin32"
-
- ECHO "Install pywin32"
- curl -o "%PYWIN32%" -sSL "https://github.com/mhammond/pywin32/releases/download/%PYWIN32_RELEASE%/%PYWIN32%"
- "%PYTHON%\\Scripts\\easy_install.exe %PYWIN32%"