You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x ] I have searched the issues of this repo and believe that this is not a duplicate.
Issue
Distutils is removed form Python 3.12.0. This makes your pendulum example in the documentation unusable.
The pendulum developer(s?) plans to correct this in V3.0. See python-pendulum/pendulum#696
I have tested this with:
poetry add "pendulum>=3.0.0b1"
The installation functions, a temporary update of the documentation could help other developers that want to try out poetry.
I agree with @Secrus. Happy to accept a PR with suggestions. Closing this for now, but updates to docs via PRs getting it current with versions are always welcome.
Issue
Distutils is removed form Python 3.12.0. This makes your pendulum example in the documentation unusable.
The pendulum developer(s?) plans to correct this in V3.0. See python-pendulum/pendulum#696
I have tested this with:
poetry add "pendulum>=3.0.0b1"
The installation functions, a temporary update of the documentation could help other developers that want to try out poetry.
Minimal TOML files to reproduce this problem:
https://gist.github.com/gerrit-ganthor/39ee891668e2c2a74e2624b04fb77c0d
The text was updated successfully, but these errors were encountered: