Skip to content

Commit

Permalink
Add comment explaining Poetry version pin:
Browse files Browse the repository at this point in the history
Poetry seems to have dropped official support for Python 3.7 but we
need to officially support it for PyQt build artifacts.

See snok/install-poetry#131
and python-poetry/poetry#7674
  • Loading branch information
ajyoon committed Sep 30, 2023
1 parent be24751 commit 8f4b270
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -32,6 +32,10 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
# Poetry seems to have dropped official support for Python 3.7
# but we need it for PyQt build artifacts. Pin poetry version.
# See https://github.com/snok/install-poetry/issues/131
# and https://github.com/python-poetry/poetry/pull/7674
version: 1.5.1
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down

0 comments on commit 8f4b270

Please sign in to comment.