Skip to content

Conversation

@SFJohnson24
Copy link
Collaborator

@SFJohnson24 SFJohnson24 commented Jan 20, 2026

this PR adds a python version check and a warning if users are not using 3.12.

@SFJohnson24 SFJohnson24 marked this pull request as ready for review January 20, 2026 14:11
@SFJohnson24 SFJohnson24 self-assigned this Jan 20, 2026
@SFJohnson24 SFJohnson24 requested review from RamilCDISC and gerrycampion and removed request for RamilCDISC January 20, 2026 14:20
f"You are using Python {python_version.major}.{python_version.minor}.{python_version.micro} "
f"You may experience unexpected errors or issues with the validation"
)
return
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The AC requires that the validation exits if its not correct python version. With current code only warning will be logged but validation will continue.

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.

3 participants