[Python-Dev] Re: Difficulty of testing beta releases now available

2021-06-11 Thread Victor Stinner
For "pip install numpy", a new numpy release should fix the issue. The issue was already fixed in packaging 20.8: * https://github.com/pypa/packaging/commit/611982be44d7d91453a97082f58d8ea349f89d00 * https://github.com/pypa/packaging/pull/355 The fix is already included in wheel 0.36.2 (which

[Python-Dev] Re: Difficulty of testing beta releases now available

2021-06-11 Thread Victor Stinner
Hi, On Wed, May 26, 2021 at 2:05 AM Neil Schemenauer wrote: > - Cython doesn't work because of _PyGen_Send change [1] My team fixed the Python 3.10 compatibility in the Cython 0.29.x branch, but the latest 0.29.x release (0.29.23, April 14, 2021) doesn't include these fixes yet. A new Cython rel

[Python-Dev] Re: Difficulty of testing beta releases now available

2021-05-25 Thread Pablo Galindo Salgado
> - Cython doesn't work because of _PyGen_Send change [1] I think this is fixed on the latest cython (0.29.23) On Wed, 26 May 2021 at 01:05, Neil Schemenauer wrote: > On 2021-05-04, Ɓukasz Langa wrote: > > We strongly encourage maintainers of third-party Python projects > > to test with 3.10 d