1414 strategy :
1515 fail-fast : false
1616 matrix :
17- python : ['3.6', '3.7', '3.8']
17+ python : ['3.6', '3.7', '3.8', '3.9.0-rc.2' ]
1818 arch : ['x86', 'x64']
1919 lsp : ['']
2020 lsp_extract_file : ['']
3939 - name : Checkout
4040 uses : actions/checkout@v2
4141 - name : Setup python
42- uses : actions/setup-python@v1
42+ uses : actions/setup-python@v2
4343 with :
4444 python-version : ' ${{ matrix.python }}'
4545 architecture : ' ${{ matrix.arch }}'
5959 strategy :
6060 fail-fast : false
6161 matrix :
62- python : ['3.6', '3.7', '3.8']
62+ python : ['3.6', '3.7', '3.8', '3.9.0-rc.2' ]
6363 check_formatting : ['0']
6464 extra_name : ['']
6565 include :
7070 - name : Checkout
7171 uses : actions/checkout@v2
7272 - name : Setup python
73- uses : actions/setup-python@v1
73+ uses : actions/setup-python@v2
7474 with :
7575 python-version : ' ${{ matrix.python }}'
7676 - name : Run tests
@@ -87,12 +87,12 @@ jobs:
8787 strategy :
8888 fail-fast : false
8989 matrix :
90- python : ['3.6', '3.7', '3.8']
90+ python : ['3.6', '3.7', '3.8', '3.9.0-rc.2' ]
9191 steps :
9292 - name : Checkout
9393 uses : actions/checkout@v2
9494 - name : Setup python
95- uses : actions/setup-python@v1
95+ uses : actions/setup-python@v2
9696 with :
9797 python-version : ' ${{ matrix.python }}'
9898 - name : Run tests
0 commit comments