Skip to content

Commit

Permalink
add python-version 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Dec 27, 2022
1 parent d28017f commit 07d69ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/dynamic_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.9'
python-version: |
3.9
3.10
check-latest: true
- name: Install dependencies
env:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.9'
python-version: |
3.9
3.10
check-latest: true
- name: Install flake8 & black
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.9'
python-version: |
3.9
3.10
check-latest: true
- name: Install dependencies
env:
Expand Down

0 comments on commit 07d69ba

Please sign in to comment.