Skip to content

Commit 4dca09b

Browse files
committed
CI: Test builds on Python 3.8
1 parent cd48bf0 commit 4dca09b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ env:
2323
python:
2424
- 3.6
2525
- 3.7
26+
- 3.8
2627

2728
matrix:
2829
include:

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ jobs:
2828
py37-x64:
2929
PYTHON_VERSION: '3.7'
3030
PYTHON_ARCH: 'x64'
31+
py38-x86:
32+
PYTHON_VERSION: '3.8'
33+
PYTHON_ARCH: 'x86'
34+
py38-x64:
35+
PYTHON_VERSION: '3.8'
36+
PYTHON_ARCH: 'x64'

0 commit comments

Comments
 (0)