Skip to content

Commit 9a7ee78

Browse files
committed
Fix FLINT version
1 parent c409142 commit 9a7ee78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
fail-fast: false
162162
matrix:
163163
# Supported Flint versions:
164-
flint-tag: ['v3.0.1', 'v3.1.3-p2', 'v3.2.0-rc1']
164+
flint-tag: ['v3.0.1', 'v3.1.3-p1', 'v3.2.0-rc1']
165165
steps:
166166
- uses: actions/checkout@v4
167167
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)