Skip to content

Add version normalization for minicondaVersion in input validation#397

Merged
jezdez merged 10 commits intomainfrom
semver
May 7, 2025
Merged

Add version normalization for minicondaVersion in input validation#397
jezdez merged 10 commits intomainfrom
semver

Conversation

@jezdez
Copy link
Copy Markdown
Member

@jezdez jezdez commented May 6, 2025

  • Introduced a new function normalizeVersion to strip Python version prefixes from version strings.
  • Updated input validation rules to utilize the normalized version for comparison against the minimum required version (4.6.0).
  • Added a new GitHub Actions job to fix v2.2.0 SemVer requirement breaks miniconda-version #261, ensuring version number normalization does not cause issues during scheduled runs.
  • Updated regression checks workflow to include the new job configuration for multiple OS and Python versions.
  • Fix various examples.

jezdez added 3 commits May 6, 2025 19:31
- Introduced a new function `normalizeVersion` to strip Python version prefixes from version strings.
- Updated input validation rules to utilize the normalized version for comparison against the minimum required version (4.6.0).
- Added a new GitHub Actions job to address issue #261, ensuring version number normalization does not cause issues during scheduled runs.
- Updated regression checks workflow to include the new job configuration for multiple OS and Python versions.
@jezdez jezdez marked this pull request as ready for review May 6, 2025 18:34
@jezdez jezdez requested a review from a team as a code owner May 6, 2025 18:34
@jezdez jezdez merged commit ef6268b into main May 7, 2025
94 of 95 checks passed
@dbast dbast deleted the semver branch May 7, 2025 11:47
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.

v2.2.0 SemVer requirement breaks miniconda-version

3 participants