Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/actions/setup-python
/ InstalledVersion
Interface
InstalledVersion
src/find-python.ts:268–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
}
267
268
interface
InstalledVersion {
269
impl: string;
270
version: string;
271
}
272
273
/**
274
* Python's prelease versions look like `3.7.0b2`.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected