Skip to content

Commit c1ec4f6

Browse files
Merge pull request #125 from oscarbenjamin/pr_bump_flint_310
maint: bump Flint to 3.1.0
2 parents 30e71dc + daa9ae8 commit c1ec4f6

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.github/workflows/buildwheel.yml

+2-2
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

+5
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ To do
126126
CHANGELOG
127127
-------------
128128

129+
Next release:
130+
131+
- [gh-125](https://github.com/flintlib/python-flint/pull/125)
132+
Bump Flint version to 3.1.0
133+
129134
0.6.0
130135

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

bin/build_variables.sh

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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)