Skip to content

Commit

Permalink
Update Poetry to a Python 3.10 compatible version
Browse files Browse the repository at this point in the history
- get-poetry.py not compatible with Python 3.10
- Python 3.10 package installs broken

These issues are not resolved by Poetry 1.1.11.
  • Loading branch information
br3ndonland committed Oct 11, 2021
1 parent dc4983e commit 4c91833
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
POETRY_HOME: /opt/poetry
POETRY_VERSION: 1.1.7
POETRY_VERSION: 1.1.11
POETRY_VIRTUALENVS_CREATE: false

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
POETRY_HOME: /opt/poetry
POETRY_VERSION: 1.1.7
POETRY_VERSION: 1.1.11
POETRY_VIRTUALENVS_CREATE: false

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
POETRY_HOME: /opt/poetry
POETRY_VERSION: 1.1.7
POETRY_VERSION: 1.1.11
POETRY_VIRTUALENVS_CREATE: false

jobs:
Expand Down

0 comments on commit 4c91833

Please sign in to comment.