File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 - name : Setup python
1717 uses : actions/setup-python@v4
1818 with :
19- python-version : ' 3.7 '
19+ python-version : ' 3.8 '
2020 - name : Check out repository code
2121 uses : actions/checkout@v3
2222 - name : Run tests
Original file line number Diff line number Diff line change 22name = " ontodev_valve"
33description = " A lightweight validation engine written in rust"
44license = " BSD-3-Clause"
5- version = " 0.1.6 "
5+ version = " 0.1.7 "
66repository = " https://github.com/ontodev/valve.rs"
77# Because of this issue: https://github.com/lalrpop/lalrpop/issues/650 we need to use the 2018
88# edition of rust for now.
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python3.7
1+ #!/usr/bin/env python3.8
22
33import csv
44import json
You can’t perform that action at this time.
0 commit comments