Skip to content

Commit 16b0c1f

Browse files
committed
Add py38 to build matrix
1 parent b73e8fd commit 16b0c1f

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

.azure-pipelines/deploy.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ stages:
5555
py37 x64:
5656
python.code: 'cp37-cp37m'
5757
manylinux: 'manylinux_64'
58+
py38 x64:
59+
python.code: 'cp38-cp38m'
60+
manylinux: 'manylinux_64'
5861
pool:
5962
vmImage: 'ubuntu-latest'
6063
container: manylinux
@@ -97,6 +100,10 @@ stages:
97100
python.version: '3.7'
98101
python.architecture: 'x64'
99102
image: 'windows-latest'
103+
Win py38 x64:
104+
python.version: '3.8'
105+
python.architecture: 'x64'
106+
image: 'windows-latest'
100107
Win py36 x86:
101108
python.version: '3.6'
102109
python.architecture: 'x86'
@@ -105,6 +112,10 @@ stages:
105112
python.version: '3.7'
106113
python.architecture: 'x86'
107114
image: 'windows-latest'
115+
Win py38 x86:
116+
python.version: '3.8'
117+
python.architecture: 'x86'
118+
image: 'windows-latest'
108119
Mac py36:
109120
python.version: '3.6'
110121
image: 'macos-latest'
@@ -113,6 +124,10 @@ stages:
113124
python.version: '3.7'
114125
image: 'macos-latest'
115126
python.architecture: 'x64'
127+
Mac py38:
128+
python.version: '3.8'
129+
image: 'macos-latest'
130+
python.architecture: 'x64'
116131
pool:
117132
vmImage: '$(image)'
118133
steps:

.azure-pipelines/stage-test.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ stages:
1414
python.version: '3.7'
1515
no_extensions: ''
1616
image: 'ubuntu-latest'
17+
Py38-Cython-Linux:
18+
python.version: '3.8'
19+
no_extensions: ''
20+
image: 'ubuntu-latest'
1721
Py36-Pure-Linux:
1822
python.version: '3.6'
1923
no_extensions: 'Y'
@@ -22,6 +26,10 @@ stages:
2226
python.version: '3.7'
2327
no_extensions: 'Y'
2428
image: 'ubuntu-latest'
29+
Py38-Pure-Linux:
30+
python.version: '3.8'
31+
no_extensions: 'Y'
32+
image: 'ubuntu-latest'
2533
# PyPy3-Linux:
2634
# python.version: 'pypy3'
2735
# no_extensions: 'Y'
@@ -34,6 +42,10 @@ stages:
3442
python.version: '3.7'
3543
no_extensions: ''
3644
image: 'windows-latest'
45+
Py38-Cython-Win:
46+
python.version: '3.8'
47+
no_extensions: ''
48+
image: 'windows-latest'
3749
Py36-Cython-Mac:
3850
python.version: '3.6'
3951
no_extensions: ''
@@ -42,6 +54,10 @@ stages:
4254
python.version: '3.7'
4355
no_extensions: ''
4456
image: 'macos-latest'
57+
Py38-Cython-Mac:
58+
python.version: '3.8'
59+
no_extensions: ''
60+
image: 'macos-latest'
4561
pool:
4662
vmImage: '$(image)'
4763

0 commit comments

Comments
 (0)