Commit 36eb893
committed
ci: Update Poetry version in build workflow
When using 1.1.15 on Python 3.12+ we get an error when building:
ModuleNotFoundError: No module named 'six.moves'
Since we dropped Python 3.6 support, we no longer need to use this old
1.1.15 version anyway, so update to the latest 1.x version. 2.0 should
ok too, but it brings more deprecations due to PEP 621 support.1 parent 1f259c1 commit 36eb893
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments