1.1.0a1
Pre-release
Pre-release
This version is the first to drop support for Python 2.7 and 3.5.
If you are still using these versions you should update the requires
property of the build-system
section
to restrict the version of poetry-core
:
[build-system]
requires = ["poetry-core<1.1.0"]
build-backend = "poetry.core.masonry.api"
Changed
- Dropped support for Python 2.7 and 3.5 (#131).
- Reorganized imports internally to improve performances (#131).
- Directory dependencies are now in non-develop mode by default (#98).
- Improved support for PEP 440 specific versions that do not abide by semantic versioning (#140).
Fixed
- Fixed path dependencies PEP 508 representation (#141).