Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove <3.12 Requirement for Python #642

Closed
rbebb opened this issue Apr 11, 2023 · 2 comments
Closed

Remove <3.12 Requirement for Python #642

rbebb opened this issue Apr 11, 2023 · 2 comments

Comments

@rbebb
Copy link

rbebb commented Apr 11, 2023

Describe the bug
Since pandas-stubs has an upper Python version bound, all downstream projects that use poetry to manage dependencies have to set their upper Python version bound to <3.12. While this doesn't necessarily cause any issues, it would be great for downstream projects to be able to leave the version range open (i.e. >=3.8)

To Reproduce

  1. Add pandas-stubs as a dependency to a poetry project
  2. Run poetry lock
  3. Check if the output says to set the upper Python version bound to <3.12
@gandhis1
Copy link
Contributor

Duplicate of #625.

@Dr-Irv
Copy link
Collaborator

Dr-Irv commented Apr 11, 2023

Closing as it is dup of #625

@Dr-Irv Dr-Irv closed this as completed Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants