Skip to content

Commit 91b2e03

Browse files
committed
Add Python 3.11 to CI, update install-poetry action
1 parent 93e75f3 commit 91b2e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-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
defaults:
1313
run:
1414
shell: bash
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install and configure Poetry
2323
uses: snok/[email protected]
2424
with:
25-
version: 1.1.6
25+
version: 1.3.3
2626
virtualenvs-in-project: true
2727
- name: Install dependencies
2828
run: poetry install --extras "dev"

0 commit comments

Comments
 (0)