This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 003557b2e2 NIFI-15118 Removed Python 3.9 from documented supported 
versions (#10441)
003557b2e2 is described below

commit 003557b2e261fb7681bc2d16567365470337f732
Author: Chun-Sheng, Li <[email protected]>
AuthorDate: Sat Oct 18 23:16:59 2025 +0800

    NIFI-15118 Removed Python 3.9 from documented supported versions (#10441)
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-docs/src/main/asciidoc/administration-guide.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc 
b/nifi-docs/src/main/asciidoc/administration-guide.adoc
index d818c4a044..83a355a3f5 100644
--- a/nifi-docs/src/main/asciidoc/administration-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc
@@ -24,7 +24,7 @@ Apache NiFi Team <[email protected]>
 Apache NiFi can run on something as simple as a laptop, but it can also be 
clustered across many enterprise-class servers. Therefore, the amount of 
hardware and memory needed will depend on the size and nature of the dataflow 
involved. The data is stored on disk while NiFi is processing it. So NiFi needs 
to have sufficient disk space allocated for its various repositories, 
particularly the content repository, flowfile repository, and provenance 
repository (see the <<system_properties>> s [...]
 
 * Requires Java 21
-* Use of Python-based Processors (beta feature) requires Python 3.9, 3.10, 
3.11, or 3.12
+* Use of Python-based Processors (beta feature) requires Python 3.10, 3.11, or 
3.12
 * Supported Operating Systems:
 ** Linux
 ** Unix
@@ -249,7 +249,7 @@ The `name` attribute must start with `deprecation`, 
followed by the component cl
 
 NiFi is a Java-based application. NiFi 2.0 introduces support for a 
Python-based Processor API. This capability is still
 considered to be in "Beta" mode and should not be used in production. By 
default, support for Python-based Processors is disabled. In order to enable it,
-Python 3.9, 3.10, 3.11, or 3.12 must be installed on the NiFi node.
+Python 3.10, 3.11, or 3.12 must be installed on the NiFi node.
 
 The following properties may be used to configure the Python 3 installation 
and process management. These properties are all located under the
 "Python Extensions" heading in the _nifi.properties_ file:

Reply via email to