File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- cvc5 == 1.3.1
1+ cvc5 == 1.3.2
22coverage
33pylint
44pycodestyle
Original file line number Diff line number Diff line change 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 = [
You can’t perform that action at this time.
0 commit comments