Skip to content

Commit 51d2fce

Browse files
committed
chore: upgrading poetry
GitHub test workflow was pinning Poetry to v1.3.2 due to issue 7611 [1]. But that Poetry version blocks the installation of typing-extensions 4.7.1 on Python 3.12 due to multiple deprecated methods and classes being removed. Since Poetry v1.4.0 resolved 7611 [1], it unblocks the installation of typing-extensions >4.7.1 on Python 3.12 for Windows. [1]: python-poetry/poetry#7611 Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
1 parent c6943e4 commit 51d2fce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
# install poetry
2626
#----------------------------------------------
2727
- name: Install Poetry
28-
# Pin to 1.3.2 to workaround https://github.com/python-poetry/poetry/issues/7611
29-
run: pipx install poetry==1.3.2
28+
run: pipx install poetry==1.4.0
3029

3130
#----------------------------------------------
3231
# check-out repo and set-up python

0 commit comments

Comments
 (0)