Skip to content

Commit de9b3f6

Browse files
authored
Update required python version (#7233)
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.
1 parent 168f9a6 commit de9b3f6

File tree

1 file changed

+2
-2
lines changed
  • docs/guides/applications/big-data/manually-deploy-kafka-cluster

1 file changed

+2
-2
lines changed

docs/guides/applications/big-data/manually-deploy-kafka-cluster/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you wish to deploy Kafka automatically rather than manually, consider our [Ap
3333

3434
The following software and components must be installed and configured on your local system in order for the provided playbooks to function:
3535

36-
- [Python](https://www.python.org/downloads/) version: > v3.8
36+
- [Python](https://www.python.org/downloads/) version: > v3.11
3737
- The [venv](https://docs.python.org/3/library/venv.html) Python module
3838
- A [Linode API access token](/docs/products/tools/api/get-started/#get-an-access-token)
3939
- 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
433433
434434
- [Apache Kafka Documentation](https://kafka.apache.org/documentation/)
435435
- [Kafka Project Information](https://kafka.apache.org/project)
436-
- [Kafka Contact Information](https://kafka.apache.org/contact)
436+
- [Kafka Contact Information](https://kafka.apache.org/contact)

0 commit comments

Comments
 (0)