Skip to content

Commit 8fb8354

Browse files
author
Saanika Gupta
committed
Dropping support for Python 3.7, 3.8 and 3.9 for ml extension
1 parent 1fc0456 commit 8fb8354

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/machinelearningservices/CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
## 2025-11-11
22

3-
### Azure Machine Learning CLI (v2) v 2.40.1
3+
### Azure Machine Learning CLI (v2) v 2.41.0
44
- `az ml deployment-template show` instead of `az ml deployment-template get`
55
- Show details of a specific deployment template by name and version.
66
- Make deployment templates as preview feature
7+
- Drop support for Python 3.7, 3.8 and 3.9
78

89

910
## 2025-11-04

src/machinelearningservices/setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
'Environment :: Console',
2222
'Programming Language :: Python',
2323
'Programming Language :: Python :: 3',
24-
'Programming Language :: Python :: 3.7',
25-
'Programming Language :: Python :: 3.8',
26-
'Programming Language :: Python :: 3.9',
2724
'Programming Language :: Python :: 3.10',
2825
'Programming Language :: Python :: 3.11',
2926
'Programming Language :: Python :: 3.12',

0 commit comments

Comments
 (0)