MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/buildpacks / isSupportedUnstablePythonVersion

Function isSupportedUnstablePythonVersion

pkg/python/python.go:481–483  ·  view source on GitHub ↗

Checks if the Python version is an unstable supported release candidate.

(constraint string)

Source from the content-addressed store, hash-verified

479 }
480 if exists {
481 if err := os.Symlink(oldPath, newPath); err != nil {
482 return gcp.InternalErrorf("symlinking shared libs from %v to %v: %w", oldPath, newPath, err)
483 }
484 }
485 return nil
486}

Callers 1

versionMatchesSemverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected