Skip to content

Commit

Permalink
enable Python 3.12 tests on PRs (#1382)
Browse files Browse the repository at this point in the history
Follow-up to #1380.

Now that both `cudf` (rapidsai/cudf#16745) and `ucxx` (rapidsai/ucxx#276) have Python 3.12 wheels available, it should be possible to test `dask-cuda` against Python 3.12 in CI.

This proposes that.

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #1382
  • Loading branch information
jameslamb committed Sep 9, 2024
1 parent 5d9a4cc commit 72d51e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@python-3.12
with:
build_type: pull-request
# TODO: remove this matrix_filter once there are Python 3.12 ucxx and cudf wheels
# (this helps publish dask-cuda wheels to resolve a circular dependency between those projects)
matrix_filter: map(select(.PY_VER != "3.12"))
docs-build:
needs: conda-python-build
secrets: inherit
Expand Down

0 comments on commit 72d51e9

Please sign in to comment.