Skip to content

Commit a6c44e7

Browse files
Merge pull request #250826 from dargilco/dargilco/min-python-version-for-captioning
Update minimum Python version to 3.10 to run the captioning tool
2 parents 0181ce2 + eac3c07 commit a6c44e7

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-services/speech-service/includes/quickstarts/captioning

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/includes/quickstarts/captioning/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Speech SDK for Python is available as a [Python Package Index (PyPI) module]
2020
- You must install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, and 2022](/cpp/windows/latest-supported-vc-redist?view=msvc-170&preserve-view=true) for your platform. Installing this package for the first time might require a restart.
2121
- On Linux, you must use the x64 target architecture.
2222

23-
1. Install a version of [Python from 3.7 or later](https://www.python.org/downloads/). First check the [SDK installation guide](../../../quickstarts/setup-platform.md?pivots=programming-language-python) for any more requirements
23+
1. Install a version of [Python from 3.10 or later](https://www.python.org/downloads/). First check the [SDK installation guide](../../../quickstarts/setup-platform.md?pivots=programming-language-python) for any more requirements
2424
1. You must also install [GStreamer](~/articles/ai-services/speech-service/how-to-use-codec-compressed-audio-input-streams.md) for compressed input audio.
2525

2626
### Set environment variables

0 commit comments

Comments
 (0)