-
Notifications
You must be signed in to change notification settings - Fork 71
Drop python 3.8, add 3.11 & 3.12 to testing #1143
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
Merged
Merged
Changes from 10 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
95461c3
Initial python version bump in CI
charlesbluca 5060ae4
Add libprotobuf to GPU CI environments
charlesbluca eb0d13b
Replace mentions of old env files
charlesbluca 29e56e0
Merge remote-tracking branch 'origin/main' into drop-py38
charlesbluca e454833
Remove strict channel priority to try to unblock env solves?
charlesbluca 231bbbf
Establish minimum version for mlflow
charlesbluca 70c7302
Revert "Remove strict channel priority to try to unblock env solves?"
charlesbluca 2783fc9
Try strict channel priority without nodefaults
charlesbluca 3b11f9c
Bump mlflow min version to fix windows failures
charlesbluca c909c94
Build python 3.11 wheels
charlesbluca 1b48ab8
Run wheel builds in PR test
charlesbluca 5ce1507
Try protoc action in wheels build to unblock
charlesbluca a0ccafb
Skip hive testing on 3.11 for now
charlesbluca 6b88ea6
Fix workflow syntax errors
charlesbluca 9768842
Stop running wheel CI
charlesbluca 30c9818
Bump pyo3 abi minor version
charlesbluca 738bbd4
Initial run of pyupgrade to py39
charlesbluca 36063e6
Merge remote-tracking branch 'origin/main' into drop-py38
charlesbluca 2d3eaf4
Merge remote-tracking branch 'origin/main' into drop-py38
charlesbluca 95e8ff9
Continue marking test_dask_fsql as flaky
charlesbluca c922000
Merge remote-tracking branch 'upstream/main' into pr/charlesbluca/1143
charlesbluca 3a5842d
More places to drop 3.8
charlesbluca aff881e
Merge remote-tracking branch 'upstream/main' into drop-py38
charlesbluca 7bf2057
Try running tests on python 3.12
charlesbluca 3e58de2
Add environment file
charlesbluca e96115a
Skip sasl installation
charlesbluca 025dbd0
Drop protoc build dep
charlesbluca 44ed2ef
Drop mlflow constraint
charlesbluca cc7f209
Set min version for mlflow
charlesbluca 88ccaaa
Drop mlflow from 3.12 tests for now
charlesbluca 0eeb338
Relocate docker/server files to continuous_integration
charlesbluca 5d501c4
Unpin dask/distributed
charlesbluca bdcb0e3
unpin 3.9 gpu environment
charlesbluca 78df128
add 3.12 to classifiers
charlesbluca ae174c1
unpin dask in gpuci 3.9
charlesbluca File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| python: | ||
| - 3.8 | ||
| - 3.9 | ||
| - 3.10 | ||
| - 3.11 | ||
| c_compiler_version: | ||
| - 11 | ||
| rust_compiler_version: | ||
|
|
||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| python>=3.8 | ||
| python>=3.9 | ||
| dask>=2022.3.0 | ||
| pandas>=1.4.0 | ||
| jpype1>=1.0.2 | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,6 @@ | ||
| name: dask-sql-docs | ||
| channels: | ||
| - conda-forge | ||
| - nodefaults | ||
| dependencies: | ||
| - python=3.9 | ||
| - sphinx>=4.0.0 | ||
|
|
||
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In an ideal world, we would be using the full python versions here, but since manipulation of string variables in GHA is difficult I think adding this comment to make things more easily grep-able is a fair compromise