Skip to content

Commit

Permalink
update to 3.8 (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atticus1806 committed Oct 2, 2023
1 parent f4f2cbb commit 0e50fef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8
cache: 'pip'
- run: pip install black==22.3.0
- run: black --diff .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
path: "sisyphus"
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8
cache: 'pip'
- name: Setup Sisyphus environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tool.black]
line-length = 120
target-version = ["py37"]
target-version = ["py38"]
exclude = 'files'

0 comments on commit 0e50fef

Please sign in to comment.