Skip to content
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

Draft
wants to merge 2 commits into
base: released
Choose a base branch
from

Conversation

Artturin
Copy link
Member

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"),
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
("python3Packages", "python310Packages"),
("python3Packages", "python3.pkgs"),

That is less of a moving target and references the default python version.

Copy link
Member Author

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

Copy link
Member

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.

Copy link
Member

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.

@rhendric
Copy link
Member

Fixes #577, if merged?

(I still have my probably-stupid question unanswered over there.)

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.

None yet

3 participants