Skip to content

Commit bf24cfa

Browse files
committed
Bump mpfr and flint versions
1 parent fb32588 commit bf24cfa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
fail-fast: false
171171
matrix:
172172
# Supported Flint versions:
173-
flint-tag: ['v3.0.1', 'v3.1.3-p1', 'v3.2.0-rc1']
173+
flint-tag: ['v3.0.1', 'v3.1.3-p1', 'v3.2.2']
174174
steps:
175175
- uses: actions/checkout@v4
176176
- uses: actions/setup-python@v5

bin/build_variables.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ MPIRVER=3.0.0 # MPIR build no longer works (not clear where to download from)
2020

2121
# These are the actual dependencies used (at least by default):
2222
GMPVER=6.3.0
23-
MPFRVER=4.1.0
24-
FLINTVER='3.2.0'
23+
MPFRVER=4.2.2
24+
FLINTVER='3.2.2'

0 commit comments

Comments
 (0)