Skip to content

Dropping support for Python 3.7, 3.8 and 3.9 for ml extension#9446

Closed
saanikaguptamicrosoft wants to merge 364 commits intoAzure:ml-devfrom
saanikaguptamicrosoft:saanika/drop_py_support
Closed

Dropping support for Python 3.7, 3.8 and 3.9 for ml extension#9446
saanikaguptamicrosoft wants to merge 364 commits intoAzure:ml-devfrom
saanikaguptamicrosoft:saanika/drop_py_support

Conversation

@saanikaguptamicrosoft
Copy link
Copy Markdown
Contributor

@saanikaguptamicrosoft saanikaguptamicrosoft commented Nov 27, 2025


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install wheel==0.30.0 required)
  • My extension version conforms to the Extension version schema

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

miz060 and others added 30 commits September 23, 2025 13:20
… for az aks nodepool add and az aks nodepool update (Azure#9147)
…e this extension was released. Remove incompatibility with previous CLI core version. (Azure#9200)
Co-authored-by: Melody Zhu <melodyyzhu@users.noreply.github.com>
Simplified the aks-mcp parameter by removing custom positive/negative labels
and using the default three_state_flag behavior to properly handle true/false values.
* [AKS Agent] Bump aks-mcp version to v0.0.9

* [AKS Agent] Bump aks-agent version to 1.0.0b4
…w clearing the values (Azure#9216)

* updating nexusidentity - Resolves installation issue caused by Graphs Python SDK package where a long path error occured. To fix this - SDK support was removed and replaced with httpclient

* fixing a small security concern with shell

* retrigger checks

* retrigger checks

* removing unsupported operation

* removing unsupported operation

* Retrigger GitHub Actions

* Adding nullable to all ARM-ID fields

* Adding nullable to all ARM-ID fields

* fixing versioning
* migrate to aaz, support with Azure Function

* remove cf, run live test

* update version
* Add tests for acipolicygen on arm template

* Add missing sha based references

* Remove helper script

* Add a test for fragments

* Skip test with known issue

* Skip exclude default fragment tests for known issue

* Update missed rego policies

* Fix the curdir of acipolicygen test runner
* Bump the infra fragment minimum svn to 4

* Bump version
…r -storage behavior and add --container-storage-version (Azure#9138)
….extractall() on `nfd build` command (Azure#9234)

* AOSM CLI - Fixing a zip-slip security bug for code that was using tar.extractall() on `nfd build` command

* fixing tests

* fixing tests

* review updates

---------

Co-authored-by: Daniel Steven <danielsteven@microsoft.com>
* Workload orchestration 3.1.0

* Update version

* Update version

* Adding example

* Adding example

* Removing pem files

* Updating api version

* Fixing tests

* Fixing tests

* Backward Compatible

---------

Co-authored-by: Atharva <audapure@microsoft.com>
@azure-client-tools-bot-prd
Copy link
Copy Markdown

Validation for Breaking Change Starting...

Thanks for your contribution!

@yonzhan
Copy link
Copy Markdown
Collaborator

yonzhan commented Nov 27, 2025

Thank you for your contribution! We will review the pull request and get back to you soon.

@github-actions
Copy link
Copy Markdown
Contributor

The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR.

Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions).
After that please run the following commands to enable git hooks:

pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>

@github-actions
Copy link
Copy Markdown
Contributor

Hi @saanikaguptamicrosoft

Release Suggestions

Module: machinelearningservices

  • Please log updates into to src/machinelearningservices/HISTORY.rst
  • Update VERSION to 2.40.2 in src/machinelearningservices/setup.py

Notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.