-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop python 3.8, add 3.11 & 3.12 to testing (#1143)
* Initial python version bump in CI * Add libprotobuf to GPU CI environments * Replace mentions of old env files * Remove strict channel priority to try to unblock env solves? * Establish minimum version for mlflow * Revert "Remove strict channel priority to try to unblock env solves?" This reverts commit e454833. * Try strict channel priority without nodefaults * Bump mlflow min version to fix windows failures * Build python 3.11 wheels * Run wheel builds in PR test * Try protoc action in wheels build to unblock * Skip hive testing on 3.11 for now * Fix workflow syntax errors * Stop running wheel CI * Bump pyo3 abi minor version * Initial run of pyupgrade to py39 * Continue marking test_dask_fsql as flaky * More places to drop 3.8 * Try running tests on python 3.12 * Add environment file * Skip sasl installation * Drop protoc build dep * Drop mlflow constraint * Set min version for mlflow * Drop mlflow from 3.12 tests for now * Relocate docker/server files to continuous_integration * Unpin dask/distributed * unpin 3.9 gpu environment * add 3.12 to classifiers * unpin dask in gpuci 3.9
- Loading branch information
1 parent
dbb36a4
commit ce51df3
Showing
41 changed files
with
172 additions
and
159 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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
File renamed without changes.
This file contains 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,5 +1,5 @@ | ||
python>=3.8 | ||
dask>=2022.3.0,<=2023.11.0 | ||
python>=3.9 | ||
dask>=2022.3.0 | ||
pandas>=1.4.0 | ||
jpype1>=1.0.2 | ||
openjdk>=8 | ||
|
This file contains 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
7 changes: 2 additions & 5 deletions
7
...ous_integration/environment-3.10-dev.yaml → continuous_integration/environment-3.10.yaml
This file contains 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 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 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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: dask-sql | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- c-compiler | ||
- dask>=2022.3.0 | ||
- fastapi>=0.92.0 | ||
- fugue>=0.7.3 | ||
- httpx>=0.24.1 | ||
- intake>=0.6.0 | ||
- jsonschema | ||
- lightgbm | ||
- maturin>=1.3,<1.4 | ||
# TODO: add once mlflow 3.12 builds are available | ||
# - mlflow>=2.0 | ||
- mock | ||
- numpy>=1.21.6 | ||
- pandas>=1.4.0 | ||
- pre-commit | ||
- prompt_toolkit>=3.0.8 | ||
- psycopg2 | ||
- pyarrow>=6.0.2 | ||
- pygments>=2.7.1 | ||
- pyhive | ||
- pytest-cov | ||
- pytest-rerunfailures | ||
- pytest-xdist | ||
- pytest | ||
- python=3.12 | ||
- scikit-learn>=1.0.0 | ||
- sphinx | ||
- sqlalchemy<2 | ||
- tpot>=0.12.0 | ||
# FIXME: https://github.com/fugue-project/fugue/issues/526 | ||
- triad<0.9.2 | ||
- tzlocal>=2.1 | ||
- uvicorn>=0.13.4 | ||
- zlib |
This file contains 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 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 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 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
File renamed without changes.
Oops, something went wrong.