Add Python 3.9 ARM64 wheel#2584
Conversation
d4b3958 to
3286139
Compare
mhammond
left a comment
There was a problem hiding this comment.
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. |
| @@ -1,4 +1,4 @@ | |||
| Notable changes in recent builds. | |||
| Notable changes in recent builds. | |||
There was a problem hiding this comment.
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.
No description provided.