-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
replace python3Packages with python310Packages #646
base: released
Are you sure you want to change the base?
Conversation
so when its in commit message build it
@@ -34,6 +34,10 @@ const TITLE_LABELS: [(&str, &str); 4] = [ | |||
("cross", "6.topic: cross-compilation"), | |||
]; | |||
|
|||
const TITLE_REPLACEMENTS: [(&str, &str); 1] = [ | |||
("python3Packages", "python310Packages"), |
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.
("python3Packages", "python310Packages"), | |
("python3Packages", "python3.pkgs"), |
That is less of a moving target and references the default python version.
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.
Won't work for the same reason why python3Packages won't work https://gist.github.com/GrahamcOfBorg/f9eea356a93c92631f3d2b4304070282
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.
So we need to bump the version here every year, when we move the default python version? Will be 3.11 in a few weeks.
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.
Is python311Packages now on python-updates
and soon on staging
.
Fixes #577, if merged? (I still have my probably-stupid question unanswered over there.) |
so when its in commit message build it