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
If I can add my 2 cents: unless there are changes that are known to break a package, we shouldn't add a version upper limit as this can have heavy impact on downstream package when not necessary.
OK got it. Without the upper bound for python it is very hard to practically lock the dependencies (I'm using poetry for dependency management) since a lot of the package like numpy and pandas have defensive upper bounds since they might not be compatible with dev versions of python.
Is your feature request related to a problem? Please describe.
Python 3.13.0 was recently released and it should be included in the test coverage.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: