Skip to content

Commit 8798eac

Browse files
committed
Bump poetry version
1 parent eb7e0ef commit 8798eac

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/pull-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
python-version: [ "3.11" ]
11-
poetry-version: [ "1.8.3" ]
11+
poetry-version: [ "2.2.1" ]
1212
steps:
1313
# ======
1414
# Checkout, set up python

.github/workflows/push-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ["3.9"]
13-
poetry-version: ["1.2.1"]
12+
python-version: ["3.9", "3.10", "3.11", "3.12"]
13+
poetry-version: [ "2.2.1" ]
1414

1515
steps:
1616
# ======
@@ -65,8 +65,8 @@ jobs:
6565
runs-on: ubuntu-22.04
6666
strategy:
6767
matrix:
68-
python-version: ["3.9"]
69-
poetry-version: ["1.2.1"]
68+
python-version: ["3.9", "3.10", "3.11", "3.12"]
69+
poetry-version: [ "2.2.1" ]
7070
steps:
7171
# ======
7272
# Checkout, set up python

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
python-version: ["3.9"]
18-
poetry-version: ["1.2.1"]
18+
poetry-version: [ "2.2.1" ]
1919
steps:
2020
# ======
2121
# Checkout, set up python

0 commit comments

Comments
 (0)