File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: generic
3
3
env :
4
4
global :
5
5
- PYMODULE=uvloop
6
- - RELEASE_PYTHON_VERSIONS="3.5 3.6 3.7"
6
+ - RELEASE_PYTHON_VERSIONS="3.5 3.6 3.7 3.8 "
7
7
8
8
- S3_UPLOAD_USERNAME=oss-ci-bot
9
9
- S3_UPLOAD_BUCKET=magicstack-oss-releases
@@ -45,31 +45,38 @@ matrix:
45
45
env : BUILD=tests,wheels PYTHON_VERSION=3.7.0
46
46
branches : {only: [releases]}
47
47
48
+ - os : osx
49
+ osx_image : xcode7.3
50
+ env : BUILD=tests,wheels PYTHON_VERSION=3.8.0
51
+ branches : {only: [releases]}
52
+
48
53
- os : linux
49
54
dist : trusty
50
- sudo : false
51
55
language : python
52
56
python : " 3.5"
53
57
env : BUILD=tests
54
58
55
59
- os : linux
56
60
dist : trusty
57
- sudo : false
58
61
language : python
59
62
python : " 3.6"
60
63
env : BUILD=tests
61
64
62
65
- os : linux
63
66
dist : xenial
64
- sudo : required
65
67
language : python
66
68
python : " 3.7"
67
69
env : BUILD=tests
68
70
71
+ - os : linux
72
+ dist : xenial
73
+ language : python
74
+ python : " 3.8"
75
+ env : BUILD=tests
76
+
69
77
- os : linux
70
78
dist : trusty
71
79
branches : {only: [releases]}
72
- sudo : required
73
80
language : python
74
81
python : " 3.5"
75
82
services : [docker]
You can’t perform that action at this time.
0 commit comments