Skip to content

Commit 8bc9e64

Browse files
authored
Merge pull request #1342 from mathbunnyru/asalikhov/use_latest_python_version
Use python-version: 3.x in github actions
2 parents aceb763 + b0e1423 commit 8bc9e64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set Up Python
4242
uses: actions/setup-python@v2
4343
with:
44-
python-version: 3.8
44+
python-version: 3.x
4545
- name: Install Dev Dependencies
4646
run: |
4747
python -m pip install --upgrade pip

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set Up Python
2323
uses: actions/setup-python@v2
2424
with:
25-
python-version: 3.8
25+
python-version: 3.x
2626
- name: Install Dev Dependencies
2727
run: |
2828
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)