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
516 stars 87 forks source link

Fix CI on gmpy2-2.1.6 branch #479

Closed skirpichev closed 5 months ago

skirpichev commented 5 months ago

28c81b8 Update versions for runners in CI af43dc6 Enable pip_install_gmpy2.yml for push/pr (it's cheap!) fec75d2 Use ftp.gnu.org for GMP download c57464b Exclude MPFR workaround for MPFR >= 4.2.1 4cecd73 Additional patch from aleaxit/gmpy#418

casevh commented 5 months ago

Thanks.