Skip to content

Commit 0e50fef

Browse files
committed
update to 3.8 (#409)
1 parent f4f2cbb commit 0e50fef

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 .

.github/workflows/job_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
path: "sisyphus"
2121
- uses: actions/setup-python@v2
2222
with:
23-
python-version: 3.7
23+
python-version: 3.8
2424
cache: 'pip'
2525
- name: Setup Sisyphus environment
2626
run: |

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)