Skip to content

Commit e70e7a6

Browse files
[Storage] [STG 99] Remove Support for Python 3.8 (#41539)
1 parent 0047b13 commit e70e7a6

File tree

12 files changed

+20
-16
lines changed

12 files changed

+20
-16
lines changed

sdk/storage/azure-storage-blob/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release History
22

3-
## 12.27.0b1 (2025-06-10)
3+
## 12.27.0b1 (2025-06-11)
4+
5+
This version and all future versions will require Python 3.9+. Python 3.8 is no longer supported.
46

57
### Features Added
68
- Added support for service version 2025-11-05.

sdk/storage/azure-storage-blob/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Blob storage is ideal for:
2020
## Getting started
2121

2222
### Prerequisites
23-
* Python 3.8 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy).
23+
* Python 3.9 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy).
2424
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
2525
[Azure storage account](https://learn.microsoft.com/azure/storage/common/storage-account-overview) to use this package.
2626

sdk/storage/azure-storage-blob/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
'Programming Language :: Python',
6161
'Programming Language :: Python :: 3 :: Only',
6262
'Programming Language :: Python :: 3',
63-
'Programming Language :: Python :: 3.8',
6463
'Programming Language :: Python :: 3.9',
6564
'Programming Language :: Python :: 3.10',
6665
'Programming Language :: Python :: 3.11',
@@ -76,7 +75,7 @@
7675
'tests.blob',
7776
'tests.common'
7877
]),
79-
python_requires=">=3.8",
78+
python_requires=">=3.9",
8079
install_requires=[
8180
"azure-core>=1.30.0",
8281
"cryptography>=2.1.4",

sdk/storage/azure-storage-file-datalake/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release History
22

3-
## 12.22.0b1 (2025-06-09)
3+
## 12.22.0b1 (2025-06-11)
4+
5+
This version and all future versions will require Python 3.9+. Python 3.8 is no longer supported.
46

57
### Features Added
68
- Added support for service version 2025-11-05.

sdk/storage/azure-storage-file-datalake/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This preview package for Python includes ADLS Gen2 specific API support made ava
1717
## Getting started
1818

1919
### Prerequisites
20-
* Python 3.8 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy).
20+
* Python 3.9 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy).
2121
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
2222
[Azure storage account](https://learn.microsoft.com/azure/storage/blobs/data-lake-storage-quickstart-create-account) to use this package.
2323

sdk/storage/azure-storage-file-datalake/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
'Programming Language :: Python',
6262
'Programming Language :: Python :: 3 :: Only',
6363
'Programming Language :: Python :: 3',
64-
'Programming Language :: Python :: 3.8',
6564
'Programming Language :: Python :: 3.9',
6665
'Programming Language :: Python :: 3.10',
6766
'Programming Language :: Python :: 3.11',
@@ -75,7 +74,7 @@
7574
'azure.storage',
7675
'tests',
7776
]),
78-
python_requires=">=3.8",
77+
python_requires=">=3.9",
7978
install_requires=[
8079
"azure-core>=1.30.0",
8180
"azure-storage-blob>=12.27.0b1",

sdk/storage/azure-storage-file-share/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release History
22

3-
## 12.23.0b1 (2025-06-10)
3+
## 12.23.0b1 (2025-06-11)
4+
5+
This version and all future versions will require Python 3.9+. Python 3.8 is no longer supported.
46

57
### Features Added
68
- Added support for service version 2025-11-05.

sdk/storage/azure-storage-file-share/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure file shares can be used to:
1717
## Getting started
1818

1919
### Prerequisites
20-
* Python 3.8 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy).
20+
* Python 3.9 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy).
2121
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
2222
[Azure storage account](https://learn.microsoft.com/azure/storage/common/storage-account-overview) to use this package.
2323

sdk/storage/azure-storage-file-share/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
'Programming Language :: Python',
5050
'Programming Language :: Python :: 3 :: Only',
5151
'Programming Language :: Python :: 3',
52-
'Programming Language :: Python :: 3.8',
5352
'Programming Language :: Python :: 3.9',
5453
'Programming Language :: Python :: 3.10',
5554
'Programming Language :: Python :: 3.11',
@@ -63,7 +62,7 @@
6362
'azure.storage',
6463
'tests',
6564
]),
66-
python_requires=">=3.8",
65+
python_requires=">=3.9",
6766
install_requires=[
6867
"azure-core>=1.30.0",
6968
"cryptography>=2.1.4",

sdk/storage/azure-storage-queue/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release History
22

3-
## 12.14.0b1 (2025-06-10)
3+
## 12.14.0b1 (2025-06-11)
4+
5+
This version and all future versions will require Python 3.9+. Python 3.8 is no longer supported.
46

57
### Features Added
68
- Added support for service version 2025-11-05.

0 commit comments

Comments
 (0)