Skip to content

Commit 9c9d295

Browse files
committed
bumpy py version in code-quality check workflow
1 parent 9821ed2 commit 9c9d295

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
hook: ["black", "flake8", "docformatter", "pydocstyle", "mypy"]
2424
steps:
2525
- uses: actions/checkout@v4
26-
- name: Set up Python 3.10
27-
uses: actions/setup-python@v3
26+
- name: Set up Python 3.11
27+
uses: actions/setup-python@v5
2828
with:
29-
python-version: "3.10"
29+
python-version: "3.11"
3030
- name: Install package
3131
uses: ./.github/actions/install
32-
32+
3333
- name: Run ${{ matrix.hook }}
3434
run: |
3535
pip show ${{ matrix.hook }}

0 commit comments

Comments
 (0)