Hi,
during the past two weeks, I've been working on supporting cp310 for
IPWHL. You can now review the 89 commits for this at
https://git.sr.ht/~cnx/ipwhl-data/log/support-cp310
I'm not sending a proper patchset here because last time I send this
many commits it was quite spammy. git-request-pull doesn't work for
not-main branch either, for some reason. I'm attaching a patch here in
case it's helpful.
~huyngo
On Sat May 7, 2022 at 9:59 PM +0700, Ngô Ngọc Đức Huy wrote:
> during the past two weeks, I've been working on supporting cp310 for> IPWHL. You can now review the 89 commits for this at> https://git.sr.ht/~cnx/ipwhl-data/log/support-cp310
First of all, in credible work! I've took a glance the changes
in 2022W16..c5e3c850a34d and noticed a few minor quirks:
* Commit ce5782d676f (PyYAML: add support for cp310) is empty.
* In 144856f4441 (mariadb: 1.0.7 → 1.0.11), the cp310 manylinux wheel's
source URL has inline=false which can be removed.
On a side note, have you thought of the versioning scheme
for stable releases?
At 73c47e8cec92 there are also some failing checks:
$ ipwhl-nameck pkgs
pkgs/39/numpy/numpy-1.21.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.toml pkgs/39/numpy/numpy-1.21.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.toml
pkgs/39/numpy/numpy-1.21.5-cp310-cp310-win_amd64.toml pkgs/39/numpy/numpy-1.21.6-cp310-cp310-win_amd64.toml
$ ipwhl-depsck pkgs < SUPPORTED
(pandas) cp310 macosx_11_0_x86_64: hypothesis>=3.58; extra == "test"
> * Commit ce5782d676f (PyYAML: add support for cp310) is empty.
wait, I thought I squashed that commit, let me check that again.
> * In 144856f4441 (mariadb: 1.0.7 → 1.0.11), the cp310 manylinux wheel's> source URL has inline=false which can be removed.
alright, I'm updating that
>> On a side note, have you thought of the versioning scheme> for stable releases
I haven't :/