Skip to content

Commit 7aa6e51

Browse files
committed
Merge branch 'add-py36-wheels'
* add-py36-wheels: Add support for building python 3.6 wheels
2 parents 841bd23 + 2a7e861 commit 7aa6e51

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.circleci-matrix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ env:
99
- MANYLINUX_IMAGE=manylinux-x86 MANYLINUX_PYTHON=cp34-cp34m
1010
- MANYLINUX_IMAGE=manylinux-x64 MANYLINUX_PYTHON=cp35-cp35m
1111
- MANYLINUX_IMAGE=manylinux-x86 MANYLINUX_PYTHON=cp35-cp35m
12+
- MANYLINUX_IMAGE=manylinux-x64 MANYLINUX_PYTHON=cp36-cp36m
13+
- MANYLINUX_IMAGE=manylinux-x86 MANYLINUX_PYTHON=cp36-cp36m
1214
command:
1315
- docker run dockcross/$MANYLINUX_IMAGE > ~/bin/dockcross && chmod +x ~/bin/dockcross
1416
- |

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ language: python
88
matrix:
99
include:
1010

11+
- os: osx
12+
language: generic
13+
env:
14+
- PYTHON_VERSION=3.6.1
15+
1116
- os: osx
1217
language: generic
1318
env:
@@ -30,6 +35,7 @@ matrix:
3035

3136
cache:
3237
directories:
38+
- $HOME/.pyenv/versions/3.6.1
3339
- $HOME/.pyenv/versions/3.5.2
3440
- $HOME/.pyenv/versions/3.4.5
3541
- $HOME/.pyenv/versions/3.3.6

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@ environment:
4949
PYTHON_ARCH: "64"
5050
BLOCK: "0"
5151

52+
- PYTHON_DIR: "C:\\Python36"
53+
PYTHON_VERSION: "3.6.x"
54+
PYTHON_ARCH: "32"
55+
BLOCK: "0"
56+
57+
- PYTHON_DIR: "C:\\Python36-x64"
58+
PYTHON_VERSION: "3.6.x"
59+
PYTHON_ARCH: "64"
60+
BLOCK: "0"
61+
5262
GIRDER_TOKEN:
5363
secure: BJR/8+Z51IgDgkwnKVkmzxxP315kpgy6r952X3P03bIe0YTNo1ZeOSeqqEvJwFQF
5464

0 commit comments

Comments
 (0)