From 8c012431e827b56ae9f64ebd845c484fb51a1352 Mon Sep 17 00:00:00 2001 From: Philip Tellis Date: Tue, 8 Apr 2025 10:21:39 -0400 Subject: [PATCH] Update required python version The requirements.txt file includes Ansible 10.4 which only works with Python 3.11 or higher, so this PR updates the required python version to 3.11. --- .../big-data/manually-deploy-kafka-cluster/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/applications/big-data/manually-deploy-kafka-cluster/index.md b/docs/guides/applications/big-data/manually-deploy-kafka-cluster/index.md index 48c5ac4d981..bfc0993d2a0 100644 --- a/docs/guides/applications/big-data/manually-deploy-kafka-cluster/index.md +++ b/docs/guides/applications/big-data/manually-deploy-kafka-cluster/index.md @@ -33,7 +33,7 @@ If you wish to deploy Kafka automatically rather than manually, consider our [Ap The following software and components must be installed and configured on your local system in order for the provided playbooks to function: -- [Python](https://www.python.org/downloads/) version: > v3.8 +- [Python](https://www.python.org/downloads/) version: > v3.11 - The [venv](https://docs.python.org/3/library/venv.html) Python module - A [Linode API access token](/docs/products/tools/api/get-started/#get-an-access-token) - A configured [SSH key pair](/docs/guides/use-public-key-authentication-with-ssh/) along with your public key @@ -433,4 +433,4 @@ Familiarize yourself with the official Apache Kafka documentation, including use - [Apache Kafka Documentation](https://kafka.apache.org/documentation/) - [Kafka Project Information](https://kafka.apache.org/project) -- [Kafka Contact Information](https://kafka.apache.org/contact) \ No newline at end of file +- [Kafka Contact Information](https://kafka.apache.org/contact)