We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9953070 commit c29354cCopy full SHA for c29354c
src/machinelearningservices/CHANGELOG.rst
@@ -1,3 +1,6 @@
1
+### Azure Machine Learning CLI (v2) (unreleased)
2
+- Drop Python 3.7, 3.8 and 3.9 support
3
+
4
## 2025-11-04
5
6
### Azure Machine Learning CLI (v2) v 2.40.0
src/machinelearningservices/setup.py
@@ -21,9 +21,6 @@
21
'Environment :: Console',
22
'Programming Language :: Python',
23
'Programming Language :: Python :: 3',
24
- 'Programming Language :: Python :: 3.7',
25
- 'Programming Language :: Python :: 3.8',
26
- 'Programming Language :: Python :: 3.9',
27
'Programming Language :: Python :: 3.10',
28
'Programming Language :: Python :: 3.11',
29
'Programming Language :: Python :: 3.12',
0 commit comments