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
rchiodo added a commit that referenced this pull request Dec 1, 2025
* pydevd: Fix up prefix of attach shared library for Windows (#1939)

Follow-up to #1917, which changed the prefix for Windows. The crux of that contribution was about enabling attaching on Sillicon Mac (in fact, it came from my colleagues at Zed Industries). This however broke .dll lookup per zed-industries/zed#35640 (comment)

* Check if `os.__file__` is available before using it (#1944)

* check if os.file is available before using it

* use threading.__file__ als last fallback

* update testing for python 3.14 (#1955)

* update testing for python 3.14

* Allow python 3.14 in attach code

* move 3.14 to its own job outside of matrix

* try 3.14.0-rc.2

* allowUnstable

* use 3.14.0-rc.2 but use 3.14 in tests

* include py.typed in the distributed package (#1960)

* Add gcc flags (#1947)

* Add pyrx-admins as code owners (#1976)

* Add pyrx-admins as code owners

* Combine CODEOWNERS entries into a single line

---------

Co-authored-by: Piotr Osiewicz <[email protected]>
Co-authored-by: timrid <[email protected]>
Co-authored-by: Bill Schnurr <[email protected]>
Co-authored-by: lev-blit <[email protected]>
Co-authored-by: Karthik Nadig <[email protected]>
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