Pipenv is kind of the wrong choice for Python libraries, as it is primarily focused on applications. This creates the difficulty that we cannot test for multiple Python versions: https://github.com/pypa/pipenv/issues/2683. The suggestion is to use poetry.
Pipenv
is kind of the wrong choice for Python libraries, as it is primarily focused on applications. This creates the difficulty that we cannot test for multiple Python versions: https://github.com/pypa/pipenv/issues/2683. The suggestion is to use poetry.