Skip to content

Commit 8a92fff

Browse files
authored
Updated for EOLd Python version
1 parent 2b963d6 commit 8a92fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/batch/quick-run-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Quickstart: Use Python to create a pool and run a job'
33
description: Follow this quickstart to run an app that uses the Azure Batch client library for Python to create and run Batch pools, nodes, jobs, and tasks.
4-
ms.date: 04/13/2023
4+
ms.date: 03/01/2024
55
ms.topic: quickstart
66
ms.devlang: python
77
ms.custom: mvc, devx-track-python, mode-api
@@ -25,7 +25,7 @@ After you complete this quickstart, you understand the [key concepts of the Batc
2525

2626
- A Batch account with a linked Azure Storage account. You can create the accounts by using any of the following methods: [Azure CLI](quick-create-cli.md) | [Azure portal](quick-create-portal.md) | [Bicep](quick-create-bicep.md) | [ARM template](quick-create-template.md) | [Terraform](quick-create-terraform.md).
2727

28-
- [Python](https://python.org/downloads) version 3.6 or later, which includes the [pip](https://pip.pypa.io/en/stable/installing) package manager.
28+
- [Python](https://python.org/downloads) version 3.8 or later, which includes the [pip](https://pip.pypa.io/en/stable/installing) package manager.
2929

3030
## Run the app
3131

0 commit comments

Comments
 (0)