Skip to content

Commit df45486

Browse files
authored
Drop win32 support (#156)
* drop win32 support * release notes [ci skip]
1 parent 97ce8c3 commit df45486

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

appveyor.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,16 @@ environment:
1212

1313
matrix:
1414

15-
- PYTHON: "C:\\Python27"
16-
PYTHON_VERSION: "2.7"
17-
1815
- PYTHON: "C:\\Python27-x64"
1916
PYTHON_VERSION: "2.7"
2017
DISTUTILS_USE_SDK: "1"
2118

22-
- PYTHON: "C:\\Python35"
23-
PYTHON_VERSION: "3.5"
24-
2519
- PYTHON: "C:\\Python35-x64"
2620
PYTHON_VERSION: "3.5"
2721

28-
- PYTHON: "C:\\Python36"
29-
PYTHON_VERSION: "3.6"
30-
3122
- PYTHON: "C:\\Python36-x64"
3223
PYTHON_VERSION: "3.6"
3324

34-
- PYTHON: "C:\\Python37"
35-
PYTHON_VERSION: "3.7"
36-
3725
- PYTHON: "C:\\Python37-x64"
3826
PYTHON_VERSION: "3.7"
3927

docs/release.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release notes
22
=============
33

4+
5+
* Drop support for 32-bit Windows. By :user:`Alistair Miles <alimanfoo>`, :issue:`97`, :issue:`156`.
6+
7+
48
.. _release_0.6.2:
59

610
0.6.2

0 commit comments

Comments
 (0)