Sergey B Kirpichev
Sergey B Kirpichev
@encukou, Is Annex F is required? Up to date [build requirements](https://docs.python.org/3.14/using/configure.html#build-requirements) says: "A [C11](https://en.cppreference.com/w/c/11) compiler. [Optional C11 features](https://en.wikipedia.org/wiki/C11_(C_standard_revision)#Optional_features) are not required. [...] Support for [IEEE 754](https://en.wikipedia.org/wiki/IEEE_754) floating-point numbers and [floating-point...
> using bash may cause those to find the wrong compilers on Windows! Or the right compiler. Some projects build wheels with gcc. > You can run cibuildwheel yourself today...
> Do you have this running in CI at all or is it just done locally? @oscarbenjamin, unfortunately, it's not automated yet. Our CI has minimal M$ testing: https://github.com/aleaxit/gmpy/blob/ac1e151b8a818c32c04bf0cb9c9ee270b81b9471/.github/workflows/pip_install_gmpy2.yml#L81-L106 Also,...
Oh, see https://github.com/kataev/flake8-rst/issues/22. This package is just not maintained.
You could try to install the flake8-rst from the master branch and test. Your issue should be fixed. Then, wait for a while if the new version will be released...
Perhaps, this can be closed, as flake8-rst==0.8.0 was released. @Olshansk, can you confirm?