We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd48bf0 commit 4dca09bCopy full SHA for 4dca09b
.travis.yml
@@ -23,6 +23,7 @@ env:
23
python:
24
- 3.6
25
- 3.7
26
+ - 3.8
27
28
matrix:
29
include:
azure-pipelines.yml
@@ -28,3 +28,9 @@ jobs:
py37-x64:
PYTHON_VERSION: '3.7'
30
PYTHON_ARCH: 'x64'
31
+ py38-x86:
32
+ PYTHON_VERSION: '3.8'
33
+ PYTHON_ARCH: 'x86'
34
+ py38-x64:
35
36
+ PYTHON_ARCH: 'x64'
0 commit comments