Skip to content

Conversation

@saanikaguptamicrosoft
Copy link
Contributor

@saanikaguptamicrosoft saanikaguptamicrosoft commented Nov 17, 2025

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.

  1. I confirmed from pypi website that pywin32 306 version only supports till python 3.12.
  2. scikit-image wheel not available for Python 3.14
  3. azureml-dataprep-rslex wheel not available from Python 3.13 onwards. Dropped a message to the owners for the timelines.

this pr
https://dev.azure.com/azure-sdk/internal/_build?definitionId=5066
Azure/azureml-examples#3707

main
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5594137&view=results
Azure/azureml-examples#3708

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Copilot AI review requested due to automatic review settings November 17, 2025 06:21
@saanikaguptamicrosoft
Copy link
Contributor Author

@microsoft-github-policy-service agree company="Microsoft"

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR enables Python 3.14 support for the azure-ai-ml package by updating version classifiers and adjusting dependency constraints for compatibility.

Key changes:

  • Adds Python 3.14 to the supported version classifiers in setup.py
  • Updates pywin32 dependency from version 306 to 311 for Windows compatibility
  • Adds Python 3.14 version constraint to scikit-image dependency due to compatibility issues

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
sdk/ml/azure-ai-ml/setup.py Adds Python 3.14 to the list of supported Python versions in classifiers
sdk/ml/azure-ai-ml/dev_requirements.txt Updates pywin32 to version 311 and restricts scikit-image installation to Python < 3.14

"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
Copy link

Copilot AI Nov 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CHANGELOG.md file should be updated to document the addition of Python 3.14 support as a feature or other change in the unreleased version section. This helps users understand what versions are supported.

Copilot uses AI. Check for mistakes.
Saanika Gupta added 10 commits November 17, 2025 14:14
…xt manager protocol for mocked objects, updated the mocks to fix it
…_conversion - Python 3.13+ no longer allows NotImplemented to be used in boolean contexts
…e test more robust and independent of python version
…class attributes directly instead of through self in closures
…tation is till 3.12, after that it uses profiler at runtime, hence need not test bytecode for 3.13 onwards
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.

1 participant