Skip to content

Commit

Permalink
chore: update Poetry to 1.5.1 (last version supporting Python 3.7) (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys committed Sep 26, 2023
1 parent a33d4f5 commit 13475b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- run: |
curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2
curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
poetry install
poetry run pytest --junitxml=test-results/junit.xml
- uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
with:
python-version: "3.7"
- run: |
curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2
curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
poetry install
poetry build
- id: semantic
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Currently, it supports:

## Development

This project uses `poetry 1.4.2`.
This project uses `poetry 1.5.1`.

0 comments on commit 13475b7

Please sign in to comment.