Skip to content

Commit 0c17960

Browse files
authored
Merge branch 'main' into bcr.publish.workflow
2 parents e092948 + cd49a1c commit 0c17960

File tree

3 files changed

+139
-93
lines changed

3 files changed

+139
-93
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ END_UNRELEASED_TEMPLATE
8383
vendoring the `requirements.bzl` file, please re-vendor so that downstream is unaffected
8484
when the APIs get removed. If you need to customize the way the dependencies get
8585
evaluated, see [our docs](/pypi/download.html#customizing-requires-dist-resolution) on customizing `Requires-Dist` resolution.
86-
* (toolchains) Added Python versions 3.14.0, 3.13.8, 3.12.12, 3.11.14, 3.10.19, and 3.9.24
87-
from the [20251010] release.
86+
* (toolchains) Added Python versions 3.15.0a1, 3.14.0, 3.13.9, 3.12.12, 3.11.14, 3.10.19, and 3.9.24
87+
from the [20251014] release.
8888
* (deps) (bzlmod) Upgraded to `bazel-skylib` version
8989
[1.8.2](https://github.com/bazelbuild/bazel-skylib/releases/tag/1.8.2)
9090

91-
[20251010]: https://github.com/astral-sh/python-build-standalone/releases/tag/20251010
91+
[20251014]: https://github.com/astral-sh/python-build-standalone/releases/tag/20251014
9292

9393
{#v1-7-0-fixed}
9494
### Fixed
@@ -1982,4 +1982,4 @@ Breaking changes:
19821982
* (pip) Create all_data_requirements alias
19831983
* Expose Python C headers through the toolchain.
19841984

1985-
[0.24.0]: https://github.com/bazel-contrib/rules_python/releases/tag/0.24.0
1985+
[0.24.0]: https://github.com/bazel-contrib/rules_python/releases/tag/0.24.0

docs/api/rules_python/python/config_settings/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Values:
4141

4242
This flag replaces the Bazel builtin `--build_python_zip` flag.
4343

44-
:::{versionadded} VERSION_NEXT_FEATURE
44+
:::{versionadded} 1.7.0
4545
:::
4646
::::
4747

@@ -62,7 +62,7 @@ Values;
6262
This flag replaces the Bazel builtin
6363
`--experimental_python_import_all_repositories` flag.
6464

65-
:::{versionadded} VERSION_NEXT_FEATURE
65+
:::{versionadded} 1.7.0
6666
:::
6767
::::
6868

@@ -75,11 +75,11 @@ be removed.
7575

7676
This flag replaces the Bazel builtin `--python_path` flag.
7777

78-
:::{deprecated} VERSION_NEXT_FEATURE
78+
:::{deprecated} 1.7.0
7979
Use toolchains instead.
8080
:::
8181

82-
:::{versionadded} VERSION_NEXT_FEATURE
82+
:::{versionadded} 1.7.0
8383
:::
8484
::::
8585

@@ -111,7 +111,7 @@ Values:
111111
This flag replaces the Bazel builtin
112112
`--incompatible_default_to_explicit_init_py` flag.
113113

114-
:::{versionadded} VERSION_NEXT_FEATURE
114+
:::{versionadded} 1.7.0
115115
:::
116116
::::
117117

0 commit comments

Comments
 (0)