Announcing Poetry 1.1.11
Published on October 4, 2021
in
Releases
The Poetry team is pleased to announce the immediate availability of Poetry 1.1.11.
This release is a bugfix release.
If you have a previous version of Poetry installed via the official installer, getting Poetry 1.1.11 is as easy as:
$ poetry self update
Fixes #
- Fixed errors when installing packages on Python 3.10. (#4592)
- Fixed an issue where the wrong
git
executable could be used on Windows. (python-poetry/poetry-core#213) - Fixed an issue where the Python 3.10 classifier was not automatically added. (python-poetry/poetry-core#215)