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

Bump python version to >=3.8 in pyproject.toml #577

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

mhauru
Copy link
Contributor

@mhauru mhauru commented Oct 20, 2023

There was already a conflict with the pandas requirement, the constraint was unsatisfiable. Trying to run poetry lock errored out with this:

The current project's Python requirement (>=3.7,<3.12) is not compatible with some of the required packages Python requirement:
  - pandas requires Python >=3.9, so it will not be satisfied for Python >=3.7,<3.9
  - pandas requires Python >=3.8, so it will not be satisfied for Python >=3.7,<3.8
  - pandas requires Python >=3.8, so it will not be satisfied for Python >=3.7,<3.8
  - pandas requires Python >=3.8, so it will not be satisfied for Python >=3.7,<3.8
  - pandas requires Python >=3.9, so it will not be satisfied for Python >=3.7,<3.9

Because no versions of pandas match >2.0.1,<2.0.2 || >2.0.2,<2.0.3 || >2.0.3,<2.1.0 || >2.1.0,<2.1.1 || >2.1.1,<3.0.0
 and pandas (2.0.1) requires Python >=3.8, pandas is forbidden.
And because pandas (2.0.2) requires Python >=3.8, pandas is forbidden.
And because pandas (2.0.3) requires Python >=3.8
 and pandas (2.1.0) requires Python >=3.9, pandas is forbidden.
So, because pandas (2.1.1) requires Python >=3.9
 and smartnoise-sql depends on pandas (^2.0.1), version solving failed.

There was already a conflict with the pandas requirement, the constraint
was unsatisfiable.
Copy link
Contributor

@joshua-oss joshua-oss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome; thanks!

@joshua-oss joshua-oss merged commit 552ec86 into opendp:main Nov 3, 2023
8 of 9 checks passed
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

Successfully merging this pull request may close these issues.

2 participants