Skip to content

Commit 3500462

Browse files
authored
Claim Python 3.12 support for ml and ai SDKs (#33885)
* Claim Python 3.12 support for ml and ai SDKs * Changelog and README
1 parent 215eeac commit 3500462

File tree

9 files changed

+12
-3
lines changed

9 files changed

+12
-3
lines changed

sdk/ai/azure-ai-generative/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
### Other Changes
1212

13+
- Support for Python 3.12
14+
1315
## 1.0.0b2 (2023-11-30)
1416

1517
### Features Added

sdk/ai/azure-ai-generative/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Azure AI Generative package is part of the Azure AI SDK for Python and conta
88
| [Product documentation][product_documentation]
99
| [Samples][generative_samples]
1010

11-
This package has been tested with Python 3.7, 3.8, 3.9 and 3.10.
11+
This package has been tested with Python 3.8, 3.9, 3.10, 3.11 and 3.12.
1212

1313
For a more complete set of Azure libraries, see https://aka.ms/azsdk/python/all.
1414

sdk/ai/azure-ai-generative/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"Programming Language :: Python :: 3.9",
5151
"Programming Language :: Python :: 3.10",
5252
"Programming Language :: Python :: 3.11",
53+
"Programming Language :: Python :: 3.12",
5354
"License :: OSI Approved :: MIT License",
5455
],
5556
zip_safe=False,

sdk/ai/azure-ai-resources/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
### Other Changes
1414

15+
- Support for Python 3.12
16+
1517
## 1.0.0b2 (2023-11-30)
1618

1719
### Other Changes

sdk/ai/azure-ai-resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Azure AI Resources package is part of the Azure AI SDK for Python and contai
99
| [Product documentation][product_documentation]
1010
| [Samples][generative_samples]
1111

12-
This package has been tested with Python 3.7, 3.8, 3.9 and 3.10.
12+
This package has been tested with Python 3.8, 3.9, 3.10, 3.11 and 3.12.
1313

1414
For a more complete set of Azure libraries, see https://aka.ms/azsdk/python/all.
1515

sdk/ai/azure-ai-resources/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"Programming Language :: Python :: 3.9",
5151
"Programming Language :: Python :: 3.10",
5252
"Programming Language :: Python :: 3.11",
53+
"Programming Language :: Python :: 3.12",
5354
"License :: OSI Approved :: MIT License",
5455
],
5556
zip_safe=False,

sdk/ml/azure-ai-ml/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
### Other Changes
1313

14+
- Support for Python 3.12
15+
1416
## 1.13.0 (unreleased)
1517

1618
### Features Added

sdk/ml/azure-ai-ml/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We are excited to introduce the GA of Azure Machine Learning Python SDK v2. The
1010
| [Samples][ml_samples]
1111

1212

13-
This package has been tested with Python 3.7, 3.8, 3.9 and 3.10.
13+
This package has been tested with Python 3.8, 3.9, 3.10, 3.11 and 3.12.
1414

1515
For a more complete set of Azure libraries, see https://aka.ms/azsdk/python/all
1616

sdk/ml/azure-ai-ml/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"Programming Language :: Python :: 3.9",
5252
"Programming Language :: Python :: 3.10",
5353
"Programming Language :: Python :: 3.11",
54+
"Programming Language :: Python :: 3.12",
5455
"License :: OSI Approved :: MIT License",
5556
],
5657
zip_safe=False,

0 commit comments

Comments
 (0)