generated from br3ndonland/template-python
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Poetry installs for Python 3.10
Poetry has a new install-poetry.py install script. The old get-poetry.py install script is not compatible with Python 3.10, so install-poetry.py will be used. install-poetry.py didn't respect `POETRY_VIRTUALENVS_CREATE=false` initially, but this issue appears to be resolved. Poetry was also erroring out with a `JSONDecodeError` when attempting to install packages on Python 3.10. This issue also appears to be resolved. Docker builds and GitHub Actions workflows will be updated to use `POETRY_HOME=/opt/poetry` consistently.
- Loading branch information
1 parent
ec860e2
commit d84ef21
Showing
4 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters