Skip to content

Commit 2d2f51f

Browse files
committed
chore: Update dependecies
1 parent 07f6053 commit 2d2f51f

File tree

3 files changed

+672
-653
lines changed

3 files changed

+672
-653
lines changed

.github/workflows/actions.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
runs-on: ubuntu-20.04
88
strategy:
99
matrix:
10-
python-version: [ "3.8", "3.9", "3.10" ]
10+
python-version: [ "3.8", "3.9", "3.10", "3.11"]
1111

1212
steps:
1313
- name: Setup dependencies
1414
uses: ExpressApp/[email protected]
1515
with:
1616
python-version: ${{ matrix.python-version }}
17-
poetry-version: "1.1.12"
17+
poetry-version: "1.5.1"
1818

1919
- name: Run tests
2020
run: |
@@ -26,14 +26,14 @@ jobs:
2626
runs-on: ubuntu-20.04
2727
strategy:
2828
matrix:
29-
python-version: [ "3.8", "3.9", "3.10" ]
29+
python-version: [ "3.8", "3.9", "3.10", "3.11"]
3030

3131
steps:
3232
- name: Setup dependencies
3333
uses: ExpressApp/[email protected]
3434
with:
3535
python-version: ${{ matrix.python-version }}
36-
poetry-version: "1.1.12"
36+
poetry-version: "1.5.1"
3737

3838
- name: Run lint
3939
run: |

0 commit comments

Comments
 (0)