MCPcopy
hub / github.com/ManimCommunity/manim / version_gte

Function version_gte

scripts/release.py:208–210  ·  view source on GitHub ↗

Check if version >= min_version.

(version: str, min_version: str)

Source from the content-addressed store, hash-verified

206
207
208def version_gte(version: str, min_version: str) -> bool:
209 """Check if version >= min_version."""
210 return parse_version(version) >= parse_version(min_version)
211
212
213# =============================================================================

Callers 1

fetch_releasesFunction · 0.85

Calls 1

parse_versionFunction · 0.85

Tested by

no test coverage detected