Last updated:
0 purchases
poetryplugindroppythonupperconstraint 0.1.0
Poetry plugin drop Python upper constraint
With this plugin you can set a python constraints like:
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
And in the exported wheel we will have only python=">=3.9".
The goal is to have an upper constraint to do the lock but to don't have it in the exported wheel,
then to permit to use it with newer Python version.
Config:
[build-system]
requires = ["poetry-core>=1.0.0", "poetry-plugin-drop-python-upper-constraint>=0.1.0"]
build-backend = "poetry.core.masonry.api"
Contributing
Install the pre-commit hooks:
pip install pre-commit
pre-commit install --allow-missing-config
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.