Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/pages/guides/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ On GitHub Actions or Azure, pipx is available by default, so you should use
action:

```yaml
- uses: wntrblm/[email protected].14
- uses: wntrblm/[email protected].16
```

You can now access all current versions of Python from nox. At least in GitHub
Expand All @@ -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/[email protected].14
- uses: wntrblm/[email protected].16
with:
python-versions: "3.10, 3.11, 3.12, 3.13, 3.13t, 3.14, 3.14t, pypy-3.11"
```
Expand Down