diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3517d109c..ccfd041a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,6 +96,13 @@ jobs: - python-version: "3.13" runs-on: windows-latest cmake-version: "3.26.x" + - python-version: "3.7" + runs-on: ubuntu-22.04 + cmake-version: "3.15.x" + exclude: + - python-version: "3.7" + runs-on: ubuntu-latest + cmake-version: "3.15.x" steps: - uses: actions/checkout@v4 @@ -336,7 +343,7 @@ jobs: - uses: astral-sh/setup-uv@v3 - - uses: wntrblm/nox@2024.04.15 + - uses: wntrblm/nox@2024.10.09 with: python-versions: "3.12" diff --git a/docs/projects.md b/docs/projects.md index 8717ff533..75dc87817 100644 --- a/docs/projects.md +++ b/docs/projects.md @@ -49,7 +49,7 @@ scikit-build-core, but they are not published on PyPI. A few of them are: - CuDF ([source](https://github.com/rapidsai/cudf/blob/HEAD/python/cudf/pyproject.toml)) - CuGraph ([source](https://github.com/rapidsai/cugraph/blob/HEAD/python/cugraph/pyproject.toml)) -- CuML ([source](https://github.com/rapidsai/cuml/blob/HEAD/python/pyproject.toml)) +- CuML ([source](https://github.com/rapidsai/cuml/blob/HEAD/python/cuml/pyproject.toml)) - CuSpatial ([source](https://github.com/rapidsai/cuspatial/blob/HEAD/python/cuspatial/pyproject.toml)) - RMM ([source](https://github.com/rapidsai/rmm/blob/HEAD/python/rmm/pyproject.toml)) - Raft ([source](https://github.com/rapidsai/raft/blob/HEAD/python/pylibraft/pyproject.toml))