Skip to content

Commit

Permalink
bump python to 3.8 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atticus1806 authored and mmz33 committed May 17, 2023
1 parent 2146f81 commit 201e24b
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 --check .
2 changes: 1 addition & 1 deletion .github/workflows/model_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
path: ""
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8
cache: 'pip'
- run: |
pip install pytest
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 201e24b

Please sign in to comment.