File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -31,19 +31,21 @@ jobs:
31
31
python : 3.7
32
32
- stage : test
33
33
python : 3.8
34
+ - stage : test
35
+ python : 3.9
34
36
after_success :
35
37
- codecov
36
38
37
39
# Bundle Stage
38
40
- stage : bundle
39
- python : 3.8
41
+ python : 3.9
40
42
script :
41
43
- cp ThirdPartyNotices.txt ./pylintfileheader
42
44
- python setup.py sdist bdist_wheel
43
45
44
46
# Deploy Stage
45
47
- stage : deploy
46
- python : 3.8
48
+ python : 3.9
47
49
before_deploy :
48
50
- cp ThirdPartyNotices.txt ./pylintfileheader
49
51
- python setup.py sdist bdist_wheel
Original file line number Diff line number Diff line change 46
46
'Programming Language :: Python :: 3.5' ,
47
47
'Programming Language :: Python :: 3.6' ,
48
48
'Programming Language :: Python :: 3.7' ,
49
- 'Programming Language :: Python :: 3.8'
49
+ 'Programming Language :: Python :: 3.8' ,
50
+ 'Programming Language :: Python :: 3.9'
50
51
]
51
52
)
You can’t perform that action at this time.
0 commit comments