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

pvillard 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 337ba74d08 NIFI-15116 - Be consistency for optional dependency Python 
version
337ba74d08 is described below

commit 337ba74d08d7d3b238ad0985637c8c5b85705988
Author: Peter <[email protected]>
AuthorDate: Sat Oct 18 16:22:28 2025 +0800

    NIFI-15116 - Be consistency for optional dependency Python version
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #10439.
---
 nifi-docs/src/main/asciidoc/python-developer-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-docs/src/main/asciidoc/python-developer-guide.adoc 
b/nifi-docs/src/main/asciidoc/python-developer-guide.adoc
index 7e23587bcc..15d910c27f 100644
--- a/nifi-docs/src/main/asciidoc/python-developer-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/python-developer-guide.adoc
@@ -707,7 +707,7 @@ because we know that the ListFile Processor will produce 
these attributes for us
 [[requirements]]
 == Requirements
 
-The Python API requires that Python 3.9, 3.10, 3.11, or 3.12 is available on 
the machine hosting NiFi.
+The Python API requires that Python 3.10, 3.11, or 3.12 is available on the 
machine hosting NiFi.
 
 Each Processor may have its own list of requirements / dependencies. These are 
made available to the Processor by creating a separate
 environment for each Processor implementation (not for each instance of a 
Processor on the canvas). PyPI is then used to install these

Reply via email to