Skip to content

Commit 9d75fd9

Browse files
authored
bump python to 3.8 (#11)
1 parent 407cf43 commit 9d75fd9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-python@v2
1515
with:
16-
python-version: 3.7
16+
python-version: 3.8
1717
cache: 'pip'
1818
- run: pip install black==22.3.0
1919
- run: black --diff --check .

.github/workflows/model_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
path: ""
1717
- uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.7
19+
python-version: 3.8
2020
cache: 'pip'
2121
- run: |
2222
pip install pytest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[tool.black]
22
line-length = 120
3-
target-version = ["py37"]
3+
target-version = ["py38"]
44
exclude = 'files'

0 commit comments

Comments
 (0)