File tree Expand file tree Collapse file tree 3 files changed +883
-1363
lines changed
Expand file tree Collapse file tree 3 files changed +883
-1363
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 # Only lint using the primary version used for dev
17- python-version : [3.9 ]
17+ python-version : [3.11 ]
1818
1919 steps :
2020 - uses : actions/checkout@v2
2525 - name : Install Poetry
2626 uses : snok/install-poetry@v1
2727 with :
28- version : 1.1.8
28+ version : 1.8.4
2929 - name : Install dependencies
3030 run : |
3131 poetry install
4040 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
4141 strategy :
4242 matrix :
43- python-version : [3.7 , 3.8 , 3.9 ]
43+ python-version : [3.9 , 3.10 , 3.11 ]
4444
4545 steps :
4646 - uses : actions/checkout@v2
5151 - name : Install Poetry
5252 uses : snok/install-poetry@v1
5353 with :
54- version : 1.1.11
54+ version : 1.8.4
5555 - name : Install dependencies
5656 run : |
5757 poetry install
You can’t perform that action at this time.
0 commit comments