Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwahle committed Oct 4, 2022
1 parent 038733c commit 6a8e015
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: 3.8

- name: 💿 Install poetry
uses: snok/install-poetry@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: 3.8

- name: 💿 Install poetry
uses: snok/install-poetry@v1
Expand All @@ -39,7 +39,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: 3.8

- name: 🏷 Bump version and push tag
id: tag_version
Expand Down
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.10
python_version = 3.8
warn_return_any = True
warn_unused_configs = True
disallow_untyped_defs = True
Expand Down

0 comments on commit 6a8e015

Please sign in to comment.