Skip to content

Commit 7b8c062

Browse files
chore: update ci
1 parent e00211b commit 7b8c062

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
python-version: [3.7, 3.8, 3.9, "3.10"]
11+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Clone Repository
@@ -20,9 +20,9 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121

2222
- name: Set up Poetry
23-
uses: abatilo/actions-poetry@v2.1.4
23+
uses: abatilo/actions-poetry@v2.2.0
2424
with:
25-
poetry-version: 1.2.0b1
25+
poetry-version: 1.3.2
2626

2727
- name: Run Tests
2828
run: poetry run tests

0 commit comments

Comments
 (0)