dapr#4195 - Pub/Sub quickstart requires Python 3.8+

Signed-off-by: Scalerandi Marco <m.scalerandi@reply.it>
This commit is contained in:
Scalerandi Marco 2024-06-14 11:23:29 +02:00
parent 28c9011e58
commit a5e839fed0
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Select your preferred language-specific Dapr SDK before proceeding with the Quic
For this example, you will need:
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
- [Python 3.7+ installed](https://www.python.org/downloads/).
- [Python 3.8+ installed](https://www.python.org/downloads/).
<!-- IGNORE_LINKS -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
<!-- END_IGNORE -->