From 26f1e56fbe22fe3b7d542589f7f56a29de9a33f5 Mon Sep 17 00:00:00 2001 From: "scientific-python-pr-tokenbot[bot]" <181030687+scientific-python-pr-tokenbot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 06:03:26 +0000 Subject: [PATCH] [create-pull-request] automated change --- docs/pages/guides/tasks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/guides/tasks.md b/docs/pages/guides/tasks.md index 20fb7804..8c8cfe2d 100644 --- a/docs/pages/guides/tasks.md +++ b/docs/pages/guides/tasks.md @@ -75,7 +75,7 @@ On GitHub Actions or Azure, pipx is available by default, so you should use action: ```yaml -- uses: wntrblm/nox@2025.10.14 +- uses: wntrblm/nox@2025.10.16 ``` You can now access all current versions of Python from nox. At least in GitHub @@ -84,7 +84,7 @@ your logs, or set `env: FORCE_COLOR: 3`[^force_color]. If you'd like to customize the versions of Python prepared for you, then use input like this: ```yaml -- uses: wntrblm/nox@2025.10.14 +- uses: wntrblm/nox@2025.10.16 with: python-versions: "3.10, 3.11, 3.12, 3.13, 3.13t, 3.14, 3.14t, pypy-3.11" ```