File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -31,19 +31,21 @@ jobs:
3131 python : 3.7
3232 - stage : test
3333 python : 3.8
34+ - stage : test
35+ python : 3.9
3436 after_success :
3537 - codecov
3638
3739 # Bundle Stage
3840 - stage : bundle
39- python : 3.8
41+ python : 3.9
4042 script :
4143 - cp ThirdPartyNotices.txt ./pylintfileheader
4244 - python setup.py sdist bdist_wheel
4345
4446 # Deploy Stage
4547 - stage : deploy
46- python : 3.8
48+ python : 3.9
4749 before_deploy :
4850 - cp ThirdPartyNotices.txt ./pylintfileheader
4951 - python setup.py sdist bdist_wheel
Original file line number Diff line number Diff line change 4646 'Programming Language :: Python :: 3.5' ,
4747 'Programming Language :: Python :: 3.6' ,
4848 'Programming Language :: Python :: 3.7' ,
49- 'Programming Language :: Python :: 3.8'
49+ 'Programming Language :: Python :: 3.8' ,
50+ 'Programming Language :: Python :: 3.9'
5051 ]
5152)
You can’t perform that action at this time.
0 commit comments