Skip to content

Commit a09a6d5

Browse files
committed
ci: add support for python 3.8
1 parent c2f0b32 commit a09a6d5

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

azure-pipelines.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
linux_python_3_7:
3535
python.version: "3.7"
3636
imageName: ubuntu-16.04
37+
sendCoverage: "false"
38+
linux_python_3_8:
39+
python.version: "3.8"
40+
imageName: ubuntu-16.04
3741
sendCoverage: "true"
3842
mac_python_2_7:
3943
python.version: "2.7"
@@ -51,6 +55,10 @@ jobs:
5155
python.version: "3.7"
5256
imageName: macOS-10.15
5357
sendCoverage: "false"
58+
mac_python_3_8:
59+
python.version: "3.8"
60+
imageName: macOS-10.15
61+
sendCoverage: "false"
5462
windows_python_2_7:
5563
python.version: "2.7"
5664
imageName: vs2017-win2016
@@ -67,6 +75,10 @@ jobs:
6775
python.version: "3.7"
6876
imageName: vs2017-win2016
6977
sendCoverage: "false"
78+
windows_python_3_8:
79+
python.version: "3.8"
80+
imageName: vs2017-win2016
81+
sendCoverage: "false"
7082
maxParallel: 10
7183
pool:
7284
vmImage: $(imageName)

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def read(fname):
7676
'Programming Language :: Python :: 3.5',
7777
'Programming Language :: Python :: 3.6',
7878
'Programming Language :: Python :: 3.7',
79+
'Programming Language :: Python :: 3.8',
7980
'Programming Language :: Python',
8081
'Topic :: Software Development :: Build Tools',
8182
'Topic :: Software Development :: Embedded Systems',

0 commit comments

Comments
 (0)