aleaxit / gmpy

General Multi-Precision arithmetic for Python 2.6+/3+ (GMP, MPIR, MPFR, MPC)
https://gmpy2.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
510 stars 86 forks source link

pyproject.toml: Update [build-system] requires #432

Closed mkoeppe closed 11 months ago

mkoeppe commented 11 months ago

Removing pip and wheel, which are not needed. (for wheel, see https://setuptools.pypa.io/en/latest/userguide/quickstart.html#basic-use)

casevh commented 11 months ago

Thanks.

I think the failure in the tests is temporary. I will watch it.