File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 80
80
81
81
strategy :
82
82
matrix :
83
+ Python38 :
84
+ python.version : ' 3.8'
85
+ PYTHON : ' 3.8'
83
86
Python37 :
84
87
python.version : ' 3.7'
85
88
PYTHON : ' 3.7'
@@ -164,6 +167,9 @@ jobs:
164
167
165
168
strategy :
166
169
matrix :
170
+ Python38 :
171
+ python.version : ' 3.8'
172
+ PYTHON : ' 3.8'
167
173
Python37 :
168
174
python.version : ' 3.7'
169
175
PYTHON : ' 3.7'
Original file line number Diff line number Diff line change 33
33
matrix :
34
34
# Build under the following configurations
35
35
include :
36
+ - name : " Linux - Python 3.8"
37
+ os : linux
38
+ env :
39
+ - PYTHON=3.8
36
40
- name : " Linux - Python 3.7"
37
41
os : linux
38
42
env :
Original file line number Diff line number Diff line change 37
37
"Topic :: Software Development :: Libraries" ,
38
38
"Programming Language :: Python :: 3.6" ,
39
39
"Programming Language :: Python :: 3.7" ,
40
+ "Programming Language :: Python :: 3.8" ,
40
41
"License :: OSI Approved :: {}" .format (LICENSE ),
41
42
]
42
43
PLATFORMS = "Any"
You can’t perform that action at this time.
0 commit comments