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 was not compatible with Python 3.10 initially
- Python 3.10 package installs were broken initially

These issues should be resolved by Poetry 1.1.11.
  • Loading branch information
br3ndonland committed Oct 11, 2021
1 parent 24ba375 commit 28d9f9b
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 28d9f9b

Please sign in to comment.