Basic changes to support poetry 1.2.0b2, no longer support Poetry 1.1.x

This commit is contained in:
Justin Wood
2022-07-01 22:08:11 -04:00
committed by Justin Wood
parent 17885b50f7
commit b54bf44dc5
11 changed files with 552 additions and 348 deletions

View File

@@ -2,6 +2,16 @@
See also: [Github Release Page](https://github.com/enpaul/tox-poetry-installer/releases).
## Version 1.0a1
View this release on:
[Github](https://github.com/enpaul/tox-poetry-installer/releases/tag/1.0a1),
[PyPI](https://pypi.org/project/tox-poetry-installer/1.0a1/)
- Drop python3.6 support, since Poetry 1.2 dropped py3.6 support
- Support Poetry==1.2.0b2 (prerelease)
- Added direct dep on cleo (prerelease) to support passing in NullIO to poetry functions
## Version 0.8.5
View this release on: