-
Notifications
You must be signed in to change notification settings - Fork 174
update testing for python 3.14 #1955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
4fe03ef to
1fe4d4e
Compare
| $toxEnv = 'py' + $mm.Groups[1].Value + $mm.Groups[2].Value | ||
| } | ||
| Write-Host "python.version raw: $raw" | ||
| Write-Host "Derived tox environment: $toxEnv" |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this fixed the tests
No description provided.