Skip to content

Commit ccddb98

Browse files
Move to CVC 1.3.2
1 parent 948f83f commit ccddb98

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v5
2020
- name: Install CVC5
2121
run: |
22-
wget -q https://github.com/cvc5/cvc5/releases/download/cvc5-1.3.1/cvc5-Linux-x86_64-static.zip
22+
wget -q https://github.com/cvc5/cvc5/releases/download/cvc5-1.3.2/cvc5-Linux-x86_64-static.zip
2323
unzip cvc5-Linux-x86_64-static.zip
2424
sudo cp cvc5-Linux-x86_64-static/bin/cvc5 /usr/local/bin
2525
- name: Set up Python ${{ matrix.py-version }}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
with a single null constructor and a value constructor. However they
1515
come out correctly in Python as `null` or the actual value.
1616

17+
* Move to CVC 1.3.2
18+
1719
### 1.0.9
1820

1921
* Reject recursive trees. Thank you to Melody Ma for uncovering

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cvc5==1.3.1
1+
cvc5==1.3.2
22
coverage
33
pylint
44
pycodestyle

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
license="GNU General Public License v3",
4848
packages=["pyvcg", "pyvcg.driver"],
4949
extras_require={
50-
"api": ["cvc5==1.3.1"],
50+
"api": ["cvc5==1.3.2"],
5151
},
5252
python_requires=">=3.8",
5353
classifiers=[

0 commit comments

Comments
 (0)