From 64eb00379d6efc24f08606737eed6edf110e6c73 Mon Sep 17 00:00:00 2001 From: Charles Brunet Date: Fri, 29 Aug 2025 08:37:09 -0400 Subject: doc: fix version for build_config option was wrongly tagged in 59c3dd1 --- docs/markdown/Builtin-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index 22bdcb892..9ab2066fc 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -450,7 +450,7 @@ install prefix. For example: if the install prefix is `/usr` and the | platlibdir | | Directory path | Directory for site-specific, platform-specific files (Since 0.60.0) | | purelibdir | | Directory path | Directory for site-specific, non-platform-specific files (Since 0.60.0) | | allow_limited_api | true | true, false | Disables project-wide use of the Python Limited API (Since 1.3.0) | -| build_config | | File path | Specifies the Python build configuration file (PEP 739) (Since 1.9.0) | +| build_config | | File path | Specifies the Python build configuration file (PEP 739) (Since 1.10.0) | *Since 0.60.0* The `python.platlibdir` and `python.purelibdir` options are used by the python module methods `python.install_sources()` and -- cgit v1.2.3