Skip to content

Commit e08e242

Browse files
committed
maint: bump Flint to 3.1.0
1 parent 30e71dc commit e08e242

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ jobs:
129129
strategy:
130130
fail-fast: false
131131
matrix:
132-
# minimum supported version and latest git
133-
flinttag: ['v3.0.0', 'main']
132+
# Supported versions and latest git
133+
flinttag: ['v3.0.0', 'v3.0.1', 'v3.1.0', 'main']
134134
steps:
135135
- uses: actions/checkout@v3
136136
- uses: actions/setup-python@v4

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ To do
126126
CHANGELOG
127127
-------------
128128

129+
Next release:
130+
131+
- Bump Flint version to 3.1.0
132+
129133
0.6.0
130134

131135
- [gh-112](https://github.com/flintlib/python-flint/issues/112),

bin/build_variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ MPIRVER=3.0.0 # MPIR build no longer works (not clear where to download from)
2121
# These are the actual dependencies used (at least by default):
2222
GMPVER=6.3.0
2323
MPFRVER=4.1.0
24-
FLINTVER=3.0.1
24+
FLINTVER=3.1.0

bin/pip_install_ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set -o errexit
2323
if [ -z "$2" ]; then
2424
echo "Building from release tarball"
2525
FLINT_GIT=""
26-
FLINTVER=3.0.1
26+
FLINTVER=3.1.0
2727
else
2828
echo "Building from git: $2"
2929
FLINT_GIT=$2
@@ -75,4 +75,4 @@ echo $ pip install --no-binary python-flint $PYTHON_FLINT
7575
echo
7676
echo -----------------------------------------------------------
7777

78-
pip install --no-binary python-flint $PYTHON_FLINT
78+
pip install --no-binary python-flint $PYTHON_FLINT

0 commit comments

Comments
 (0)