Closed hugovk closed 4 hours ago
Follow on from https://github.com/indygreg/python-build-standalone/pull/385.
matches!(python_major_minor, "3.9" | "3.10" | "3.11" | "3.12" | "3.13") is essentially everything and tautologous, so let's remove it.
matches!(python_major_minor, "3.9" | "3.10" | "3.11" | "3.12" | "3.13")
Also add colour to CI logs for readability.
Follow on from https://github.com/indygreg/python-build-standalone/pull/385.
matches!(python_major_minor, "3.9" | "3.10" | "3.11" | "3.12" | "3.13")
is essentially everything and tautologous, so let's remove it.Also add colour to CI logs for readability.