Skip to content

Commit d9e5e0c

Browse files
authored
chore: prepare for 2025.10.16 (#1018)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 7cb2614 commit d9e5e0c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 2025.10.16
4+
5+
This is a quick release to make our new dependency, pbs-installer, optional.
6+
This is only needed to install Python if you are not using the uv backend.
7+
We've also added the time taken to the output when it's over a second.
8+
9+
We'd like to thank the following folks who contributed to this release:
10+
11+
* @henryiii
12+
13+
Changes:
14+
15+
* Make pbs-installer an optional dependency by @henryiii in https://github.com/wntrblm/nox/pull/1017
16+
* Include time on longer runs (adds `humanize` dependency) by @henryiii in https://github.com/wntrblm/nox/pull/1014
17+
18+
Internal:
19+
20+
* Run conda on Windows/Linux again by @henryiii in https://github.com/wntrblm/nox/pull/1015
21+
22+
23+
324
## 2025.10.14
425

526
This release updates the default for the GitHub Action to target the current range of recommended Pythons (3.10-3.14). There's now a mechanism to control if nox downloads Python (even when not using uv). Several fixes include better free-threading support, custom filenames in script mode, and support for GitHub Actions Windows ARM runners.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "nox"
9-
version = "2025.10.14"
9+
version = "2025.10.16"
1010
description = "Flexible test automation."
1111
readme = "README.md"
1212
keywords = [

0 commit comments

Comments
 (0)