Skip to content

Conversation

@bschnurr
Copy link
Member

@bschnurr bschnurr commented Sep 4, 2025

No description provided.

@bschnurr bschnurr requested a review from a team as a code owner September 4, 2025 17:21
@bschnurr bschnurr force-pushed the update-test-python314 branch from 4fe03ef to 1fe4d4e Compare September 5, 2025 03:14
$toxEnv = 'py' + $mm.Groups[1].Value + $mm.Groups[2].Value
}
Write-Host "python.version raw: $raw"
Write-Host "Derived tox environment: $toxEnv"
Copy link
Member Author

Choose a reason for hiding this comment

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

tox didn't like '3.14.0-rc.2 ' so -> 3.14

inputs:
versionSpec: $(python.version)
architecture: $(architecture)
allowUnstable: true
Copy link
Member Author

Choose a reason for hiding this comment

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

this enables rc builds

}
if(version[3] == '4'){
return PythonVersion_314;
}
Copy link
Member Author

Choose a reason for hiding this comment

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

this fixed the tests

@rchiodo rchiodo merged commit 6cbdf87 into microsoft:main Sep 5, 2025
28 checks passed
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