Closed paulfri closed 1 year ago
We'd like to upgrade our project to Python 3.11 soon, but the version of pyxirr on PyPI still requires Python <3.11. It looks like the metadata was updated in https://github.com/Anexen/pyxirr/pull/26 to allow 3.11, but a new version was never published (addressed in this comment).
pyxirr
<3.11
Unfortunately, Poetry refuses to install an incompatible package, so there is no workaround for us beyond removing the library entirely.
Released v0.7.3
Thanks!
We'd like to upgrade our project to Python 3.11 soon, but the version of
pyxirr
on PyPI still requires Python<3.11
. It looks like the metadata was updated in https://github.com/Anexen/pyxirr/pull/26 to allow 3.11, but a new version was never published (addressed in this comment).Unfortunately, Poetry refuses to install an incompatible package, so there is no workaround for us beyond removing the library entirely.