Skip to content

Commit 69d3137

Browse files
authored
Fix py 3.12 build (#568)
2 parents b6c4a97 + d004cac commit 69d3137

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
pip install --user pipx
6868
pip install --user setuptools
6969
pipx ensurepath
70-
pipx install poetry==1.4.2
70+
pipx install poetry
7171
poetry config virtualenvs.in-project true
7272
poetry install --with dev
7373
poetry self add "poetry-dynamic-versioning[plugin]==1.1.1"

0 commit comments

Comments
 (0)