File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111
1212 build :
13- runs-on : ubuntu-20.04 # lastest doesn't support python3.6
13+ runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- python-version : [3.8, 3.9, "3.10", 3.11-dev ]
16+ python-version : [3.8, 3.9, "3.10", " 3.11" ]
1717
1818 steps :
1919 - uses : actions/checkout@v3
@@ -46,15 +46,15 @@ jobs:
4646 run : |
4747 export CODACY_PROJECT_TOKEN=${{ secrets.CODACY_PROJECT_TOKEN }}
4848 bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r .coverage.xml
49- if : matrix.python-version == 3.9 && github.event_name != 'pull_request'
49+ if : matrix.python-version == "3.10" && github.event_name != 'pull_request'
5050
5151 deploy :
5252 needs : build
5353 runs-on : ubuntu-latest
5454 if : github.event_name == 'release'
5555 strategy :
5656 matrix :
57- python-version : [3.9 ]
57+ python-version : ["3.10" ]
5858 steps :
5959 - uses : actions/checkout@v3
6060 - name : Setup Python # Set Python version
You can’t perform that action at this time.
0 commit comments