Describe the problem you are trying to solve:
I'm unable to install library version 22.1.0 since it requires python version <3.12. Python 3.12 had a stable release and from what I can see there is no reason it shouldn't be supported.
Describe the solution you'd like:
Describe alternatives you've considered:
I could constrain python version in poetry to be <3.12 but I think some team members already use 3.12. I could also install the previous version (22.0.0) of the package until 3.12 is supported.
Additional context:
Describe the problem you are trying to solve:
I'm unable to install library version
22.1.0since it requires python version<3.12. Python3.12had a stable release and from what I can see there is no reason it shouldn't be supported.Describe the solution you'd like:
Describe alternatives you've considered:
I could constrain python version in poetry to be
<3.12but I think some team members already use3.12. I could also install the previous version (22.0.0) of the package until3.12is supported.Additional context: