File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 20
20
strategy :
21
21
fail-fast : false
22
22
matrix :
23
- PYTHON_VERSION : ['3.5', '3. 6', '3.8']
23
+ PYTHON_VERSION : ['3.6', '3.8']
24
24
PLATFORM : ['ubuntu-latest', 'macos-latest', 'windows-latest']
25
- exclude :
26
- - PYTHON_VERSION : ' 3.6'
27
- PLATFORM : ' macos-latest'
28
- - PYTHON_VERSION : ' 3.6'
29
- PLATFORM : ' windows-latest'
30
25
steps :
31
26
- name : Checkout
32
27
uses : actions/checkout@v1
Original file line number Diff line number Diff line change 30
30
'License :: OSI Approved :: BSD License' ,
31
31
'Programming Language :: Python' ,
32
32
'Programming Language :: Python :: 3' ,
33
- 'Programming Language :: Python :: 3.5' ,
34
33
'Programming Language :: Python :: 3.6' ,
35
34
'Programming Language :: Python :: 3.7' ,
36
35
'Programming Language :: Python :: 3.8' ,
39
38
)
40
39
41
40
if 'setuptools' in sys .modules :
42
- setup_args ['python_requires' ] = '>=3.5 '
41
+ setup_args ['python_requires' ] = '>=3.6 '
43
42
setup_args ['extras_require' ] = {
44
43
'test' : [
45
44
'codecov' ,
You can’t perform that action at this time.
0 commit comments