Update python min version to 3.9#1043
Merged
timsaucer merged 2 commits intoapache:mainfrom Mar 10, 2025
Merged
Conversation
Member
|
I think we also want to bump our pyo3 dependency's feature flag |
kevinjqliu
commented
Mar 6, 2025
Contributor
Author
|
@timsaucer i changed pyo3's dependency feature flag from
i couldnt find a concrete way to do this in the pyo3 docs. |
Member
|
No worries. This looks good to me. |
timsaucer
added a commit
to timsaucer/datafusion-python
that referenced
this pull request
Mar 10, 2025
…ther changes will come in apache#1043 that is soon to be merged.
Member
|
@kevinjqliu Are you good to merge this or is there more you want to do? |
Contributor
Author
|
@timsaucer nope this LGTM. I double check the changes in |
timsaucer
added a commit
that referenced
this pull request
Mar 12, 2025
* Run python tests on all currently supported python versions * Update ruff checks to select all * Ruff auto fix * Applying ruff suggestions * noqa rules updates per ruff checks * Working through more ruff suggestions * Working through more ruff suggestions * update timestamps on tests * More ruff updates * More ruff updates * Instead of importing udf static functions as variables, import * More ruff formatting suggestions * more ruff formatting suggestions * More ruff formatting * More ruff formatting * Cut off lint errors for this PR * Working through more ruff checks and disabling a bunch for now * Address CI difference from local ruff * UDWF isn't a proper abstract base class right now since users can opt in to all methods * Update pre-commit to match the version of ruff used in CI * To enable testing in python 3.9 we need numpy. Also going to the current minimal supported version * Update min requried version of python to 3.9 in pyproject.toml. The other changes will come in #1043 that is soon to be merged. * Suppress UP035 * ruff format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Closes #1042
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?