-
Notifications
You must be signed in to change notification settings - Fork 824
Add Python 3.9 ARM64 wheel #2584
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
Conversation
d4b3958
to
3286139
Compare
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 don't think a changelog is necessary here.
Whilst not a code change I wondered if we wanted to communicate it or just let people figure out we now support all non-EOL Python on ARM64 |
First time I see a test fail due to a fie lock:
Completely unrelated to my change, given there's no code change, that failed in 3.10 when I added 3.9.10, and it failed in a completely different job. |
CHANGES.txt
Outdated
@@ -1,4 +1,4 @@ | |||
Notable changes in recent builds. | |||
Notable changes in recent builds. |
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.
what's this phantom change?
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 think CHANGES.txt
has a weird hidden first character (it shows up as a red dot in GitHub's file editor, I've been noticing it for a while).
I think it's a Byte Order Mark. VSCode opens this file as UTF-8 with BOM
by default.
I guess when I discarded this file from GitHub it must've changed that. I'll try again using the CLI.
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.
Thanks!
No description provided.