-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NO-SNOW: Add python version constraints to noarch build #3110
base: main
Are you sure you want to change the base?
Conversation
downloading the packages and running
|
- python >=3.11,<3.12.0a0 | ||
{% elif noarch_build and py == 312 %} | ||
- python >=3.12,<3.13.0a0 | ||
{% else %} | ||
- python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we just assert here instead? Otherwise people might forget updating this in the future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure how to add asserts to meta.yaml file. Can you share a source/code suggestion here if you know how to do it?
Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes SNOW-NNNNNNN
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Please write a short description of how your code change solves the related issue.