Skip to content

Commit f461bb1

Browse files
chore(deps): bump wntrblm/nox from 2024.04.15 to 2024.10.09 in the actions group (#928)
Bumps the actions group with 1 update: [wntrblm/nox](https://github.com/wntrblm/nox). Updates `wntrblm/nox` from 2024.04.15 to 2024.10.09 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/wntrblm/nox/releases">wntrblm/nox's releases</a>.</em></p> <blockquote> <h2>2024.10.09 🎃</h2> <p>This release adds explicit support for Python 3.13 and drops support for running Nox itself under Python 3.7. Note that you can still use 3.7 in your Nox sessions, we just dropped support for installing &amp; running <code>nox</code> itself in 3.7.</p> <p>We'd like to thank the following folks who conributed to this release:</p> <ul> <li><a href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a></li> <li><a href="https://github.com/ember91"><code>@​ember91</code></a></li> <li><a href="https://github.com/henryiii"><code>@​henryiii</code></a></li> <li><a href="https://github.com/hmd101"><code>@​hmd101</code></a></li> <li><a href="https://github.com/KasperZutterman"><code>@​KasperZutterman</code></a></li> <li><a href="https://github.com/living180"><code>@​living180</code></a></li> <li><a href="https://github.com/mayeut"><code>@​mayeut</code></a></li> <li><a href="https://github.com/saucoide"><code>@​saucoide</code></a></li> <li><a href="https://github.com/Wurstnase"><code>@​Wurstnase</code></a></li> </ul> <p>New features:</p> <ul> <li>Allow setting tags on parametrized sessions by <a href="https://github.com/living180"><code>@​living180</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/832">wntrblm/nox#832</a></li> <li>Added support for <code>uv</code>-installed pythons by <a href="https://github.com/saucoide"><code>@​saucoide</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/842">wntrblm/nox#842</a></li> <li>Added <code>session.install_and_run_script</code> by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/847">wntrblm/nox#847</a></li> </ul> <p>Bugfixes:</p> <ul> <li>Updated type annotation of <code>stderr</code> parameter to make it optional by <a href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/835">wntrblm/nox#835</a></li> <li>Removed <code>add_timestamp</code> from <code>noxfile.options</code> by <a href="https://github.com/Wurstnase"><code>@​Wurstnase</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/856">wntrblm/nox#856</a></li> </ul> <p>Documentation:</p> <ul> <li>Added warning about uv and local packages by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/830">wntrblm/nox#830</a></li> <li>Fixed contribution guidelines by <a href="https://github.com/Wurstnase"><code>@​Wurstnase</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/850">wntrblm/nox#850</a></li> <li>Fixed typos by <a href="https://github.com/ember91"><code>@​ember91</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/839">wntrblm/nox#839</a></li> <li>Fixed typoss in cookbook by <a href="https://github.com/hmd101"><code>@​hmd101</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/837">wntrblm/nox#837</a></li> <li>Added missing cookbook recipe snippet imports by <a href="https://github.com/KasperZutterman"><code>@​KasperZutterman</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/853">wntrblm/nox#853</a></li> <li>Cleaned up <code>dev</code> recipe by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/862">wntrblm/nox#862</a></li> <li>Added note about <code>uv reinstall</code> by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/863">wntrblm/nox#863</a></li> <li>Added <code>uv sync</code> example by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/864">wntrblm/nox#864</a></li> </ul> <p>Internal changes:</p> <ul> <li>Use default action tests for macos-14 by <a href="https://github.com/mayeut"><code>@​mayeut</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/824">wntrblm/nox#824</a></li> <li>Added 3.13 to the action defaults by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/846">wntrblm/nox#846</a></li> <li>Dropped Python 3.7 by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/822">wntrblm/nox#822</a></li> <li>Included 3.13 in classifiers by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/851">wntrblm/nox#851</a></li> <li>Use <code>uv</code> if available in action by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/831">wntrblm/nox#831</a></li> <li>Run tests with Python 3.13 by <a href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/834">wntrblm/nox#834</a></li> <li>Updated <code>macos-latest</code> to <code>macos-14</code> by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/821">wntrblm/nox#821</a></li> <li>Use <code>miniforge</code> by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/854">wntrblm/nox#854</a></li> <li>Use <code>astral-sh/setup-uv</code> by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/859">wntrblm/nox#859</a></li> <li>Dropped PyPy 3.9 from test matrix by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/858">wntrblm/nox#858</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/wntrblm/nox/blob/main/CHANGELOG.md">wntrblm/nox's changelog</a>.</em></p> <blockquote> <h2>2024.10.09</h2> <p>This release adds explicit support for Python 3.13 and drops support for running Nox itself under Python 3.7. Note that you can still use 3.7 in your Nox sessions, we just dropped support for installing &amp; running <code>nox</code> itself in 3.7.</p> <p>We'd like to thank the following folks who contributed to this release:</p> <ul> <li><a href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a></li> <li><a href="https://github.com/ember91"><code>@​ember91</code></a></li> <li><a href="https://github.com/henryiii"><code>@​henryiii</code></a></li> <li><a href="https://github.com/hmd101"><code>@​hmd101</code></a></li> <li><a href="https://github.com/KasperZutterman"><code>@​KasperZutterman</code></a></li> <li><a href="https://github.com/living180"><code>@​living180</code></a></li> <li><a href="https://github.com/mayeut"><code>@​mayeut</code></a></li> <li><a href="https://github.com/saucoide"><code>@​saucoide</code></a></li> <li><a href="https://github.com/Wurstnase"><code>@​Wurstnase</code></a></li> </ul> <p>New features:</p> <ul> <li>Allow setting tags on parametrized sessions by <a href="https://github.com/living180"><code>@​living180</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/832">wntrblm/nox#832</a></li> <li>Added support for <code>uv</code>-installed pythons by <a href="https://github.com/saucoide"><code>@​saucoide</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/842">wntrblm/nox#842</a></li> <li>Added <code>session.install_and_run_script</code> by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/847">wntrblm/nox#847</a></li> </ul> <p>Bugfixes:</p> <ul> <li>Updated type annotation of <code>stderr</code> parameter to make it optional by <a href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/835">wntrblm/nox#835</a></li> <li>Removed <code>add_timestamp</code> from <code>noxfile.options</code> by <a href="https://github.com/Wurstnase"><code>@​Wurstnase</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/856">wntrblm/nox#856</a></li> </ul> <p>Documentation:</p> <ul> <li>Added warning about uv and local packages by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/830">wntrblm/nox#830</a></li> <li>Fixed contribution guidelines by <a href="https://github.com/Wurstnase"><code>@​Wurstnase</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/850">wntrblm/nox#850</a></li> <li>Fixed typos by <a href="https://github.com/ember91"><code>@​ember91</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/839">wntrblm/nox#839</a></li> <li>Fixed typoss in cookbook by <a href="https://github.com/hmd101"><code>@​hmd101</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/837">wntrblm/nox#837</a></li> <li>Added missing cookbook recipe snippet imports by <a href="https://github.com/KasperZutterman"><code>@​KasperZutterman</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/853">wntrblm/nox#853</a></li> <li>Cleaned up <code>dev</code> recipe by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/862">wntrblm/nox#862</a></li> <li>Added note about <code>uv reinstall</code> by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/863">wntrblm/nox#863</a></li> <li>Added <code>uv sync</code> example by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/864">wntrblm/nox#864</a></li> </ul> <p>Internal changes:</p> <ul> <li>Use default action tests for macos-14 by <a href="https://github.com/mayeut"><code>@​mayeut</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/824">wntrblm/nox#824</a></li> <li>Added 3.13 to the action defaults by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/846">wntrblm/nox#846</a></li> <li>Dropped Python 3.7 by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/822">wntrblm/nox#822</a></li> <li>Included 3.13 in classifiers by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/851">wntrblm/nox#851</a></li> <li>Use <code>uv</code> if available in action by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/831">wntrblm/nox#831</a></li> <li>Run tests with Python 3.13 by <a href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/834">wntrblm/nox#834</a></li> <li>Updated <code>macos-latest</code> to <code>macos-14</code> by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/821">wntrblm/nox#821</a></li> <li>Use <code>miniforge</code> by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/854">wntrblm/nox#854</a></li> <li>Use <code>astral-sh/setup-uv</code> by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/859">wntrblm/nox#859</a></li> <li>Dropped PyPy 3.9 from test matrix by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/858">wntrblm/nox#858</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wntrblm/nox/commit/1199ab3892b1a941f80ff052083d0a571abed79d"><code>1199ab3</code></a> Release 2024.10.09</li> <li><a href="https://github.com/wntrblm/nox/commit/6f295daa933cd452a944d703eafddb85632427c6"><code>6f295da</code></a> docs: add uv sync example (<a href="https://redirect.github.com/wntrblm/nox/issues/864">#864</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/57825e8d627f4265071efb5a33480190e6966017"><code>57825e8</code></a> docs: note about uv reinstall (<a href="https://redirect.github.com/wntrblm/nox/issues/863">#863</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/57a65d8550c6315e49389bec9f7b28d551b10763"><code>57a65d8</code></a> docs: clean up dev recipe (<a href="https://redirect.github.com/wntrblm/nox/issues/862">#862</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/40d6b49c6ede89ea90aeb54649c12139129982ab"><code>40d6b49</code></a> feat: install_and_run_script (PEP 721) (<a href="https://redirect.github.com/wntrblm/nox/issues/847">#847</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/9058e72d6965b5d7dbb5b806f0e4ba9f10c27628"><code>9058e72</code></a> fix: remove add_timestamp from noxfile.options (<a href="https://redirect.github.com/wntrblm/nox/issues/856">#856</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/19655f4ad2172c12a1b0fa0d5c4257d25913fbe4"><code>19655f4</code></a> chore: PyPy no longer supports 3.9 (<a href="https://redirect.github.com/wntrblm/nox/issues/858">#858</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/18061812ef7e4afa67405ab104c99a365ee4c232"><code>1806181</code></a> ci: use astral-sh's setup-uv (<a href="https://redirect.github.com/wntrblm/nox/issues/859">#859</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/d7072e3f0e491963067fa752545e7ae871936dd1"><code>d7072e3</code></a> chore: include 3.13 in classifiers (<a href="https://redirect.github.com/wntrblm/nox/issues/851">#851</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/a49c7308a5f064f970bfaf7accd7a772452d69fd"><code>a49c730</code></a> feat: support for uv-installed pythons (<a href="https://redirect.github.com/wntrblm/nox/issues/842">#842</a>)</li> <li>Additional commits viewable in <a href="https://github.com/wntrblm/nox/compare/2024.04.15...2024.10.09">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wntrblm/nox&package-manager=github_actions&previous-version=2024.04.15&new-version=2024.10.09)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent b4624b3 commit f461bb1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@ jobs:
9696
- python-version: "3.13"
9797
runs-on: windows-latest
9898
cmake-version: "3.26.x"
99+
- python-version: "3.7"
100+
runs-on: ubuntu-22.04
101+
cmake-version: "3.15.x"
102+
exclude:
103+
- python-version: "3.7"
104+
runs-on: ubuntu-latest
105+
cmake-version: "3.15.x"
99106

100107
steps:
101108
- uses: actions/checkout@v4
@@ -336,7 +343,7 @@ jobs:
336343

337344
- uses: astral-sh/setup-uv@v3
338345

339-
- uses: wntrblm/nox@2024.04.15
346+
- uses: wntrblm/nox@2024.10.09
340347
with:
341348
python-versions: "3.12"
342349

docs/projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ scikit-build-core, but they are not published on PyPI. A few of them are:
4949

5050
- CuDF ([source](https://github.com/rapidsai/cudf/blob/HEAD/python/cudf/pyproject.toml))
5151
- CuGraph ([source](https://github.com/rapidsai/cugraph/blob/HEAD/python/cugraph/pyproject.toml))
52-
- CuML ([source](https://github.com/rapidsai/cuml/blob/HEAD/python/pyproject.toml))
52+
- CuML ([source](https://github.com/rapidsai/cuml/blob/HEAD/python/cuml/pyproject.toml))
5353
- CuSpatial ([source](https://github.com/rapidsai/cuspatial/blob/HEAD/python/cuspatial/pyproject.toml))
5454
- RMM ([source](https://github.com/rapidsai/rmm/blob/HEAD/python/rmm/pyproject.toml))
5555
- Raft ([source](https://github.com/rapidsai/raft/blob/HEAD/python/pylibraft/pyproject.toml))

0 commit comments

Comments
 (0)