Skip to content

Commit e33569a

Browse files
committed
change python version to 3.8
1 parent bc1eb97 commit e33569a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/valve-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "ontodev_valve"
33
description = "A lightweight validation engine written in rust"
44
license = "BSD-3-Clause"
5-
version = "0.1.6"
5+
version = "0.1.7"
66
repository = "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.

scripts/export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3.7
1+
#!/usr/bin/env python3.8
22

33
import csv
44
import json

0 commit comments

Comments
 (0)