Skip to content

Commit d1ceb10

Browse files
authored
Updated for EOLd Python version
1 parent 1e1c6e5 commit d1ceb10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/batch/tutorial-parallel-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Tutorial: Run a parallel workload using the Python API"
33
description: Learn how to process media files in parallel using ffmpeg in Azure Batch with the Batch Python client library.
44
ms.devlang: python
55
ms.topic: tutorial
6-
ms.date: 05/25/2023
6+
ms.date: 03/01/2024
77
ms.custom: mvc, devx-track-python, linux-related-content
88
---
99

@@ -25,7 +25,7 @@ In this tutorial, you convert MP4 media files to MP3 format, in parallel, by usi
2525

2626
## Prerequisites
2727

28-
* [Python version 3.7 or later](https://www.python.org/downloads/)
28+
* [Python version 3.8 or later](https://www.python.org/downloads/)
2929

3030
* [pip package manager](https://pip.pypa.io/en/stable/installation/)
3131

0 commit comments

Comments
 (0)