Skip to content

chore: remove 3.7 & 3.8 from worker nuget#1810

Merged
hallvictoria merged 15 commits intodevfrom
hallvictoria/release-pipeline-changes
Dec 8, 2025
Merged

chore: remove 3.7 & 3.8 from worker nuget#1810
hallvictoria merged 15 commits intodevfrom
hallvictoria/release-pipeline-changes

Conversation

@hallvictoria
Copy link
Contributor

@hallvictoria hallvictoria commented Dec 4, 2025

Description

  • Removes Python 3.7 & 3.8 from worker nuget package
  • Cleans up build scripts based on this
  • Pipeline changes:
    • Variable name changes
    • Host PR changes
  • Worker changes:
    • Runtime: global thread fix for V1 & V2
    • Proxy: removes python validation check

Fixes #


Pull Request Checklist

Host-Worker Contract

  • Does this PR impact the host-worker contract (e.g., gRPC messages, shared interfaces)?
    • If yes, have the changes been applied to:
      • azure_functions_worker (Python <= 3.12)
      • proxy_worker (Python >= 3.13)
    • If no, please explain why:

Worker Execution Logic

  • Does this PR affect worker execution logic (e.g., function invocation, bindings, lifecycle)?
    If yes, please answer the following:

Python Version Coverage

  • Does this change apply to both Python <=3.12 and 3.13+?
  • If yes, have the changes been made to:
    • azure_functions_worker (Python <= 3.12)
    • runtimes/v1 / runtimes/v2 (Python >= 3.13)
  • If no, please explain why:

Programming Model Compatibility (for Python 3.13+)

  • Does this change apply to both:
    • V1 programming model (runtimes/v1)?
    • V2 programming model (runtimes/v2)?
  • Explanation (if limited to one model):

gavin-aguiar
gavin-aguiar previously approved these changes Dec 5, 2025
@hallvictoria hallvictoria marked this pull request as ready for review December 8, 2025 17:45
@hallvictoria hallvictoria requested a review from vrdmr as a code owner December 8, 2025 17:45
@hallvictoria hallvictoria merged commit 715a9dc into dev Dec 8, 2025
34 of 36 checks passed
@hallvictoria hallvictoria deleted the hallvictoria/release-pipeline-changes branch December 8, 2025 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants