Skip to content

Commit

Permalink
try python3.12 for linting (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
splch authored Dec 9, 2024
1 parent 9c5cffd commit e324d34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup-python-3.13
- name: setup-python-3.12
uses: actions/setup-python@v5
with:
python-version: 3.13
python-version: 3.12
- name: install-requirements
run: |
python -m pip install --upgrade pip tox tox-gh-actions
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup-python-3.13
- name: setup-python-3.12
uses: actions/setup-python@v5
with:
python-version: 3.13
python-version: 3.12
- name: install-requirements
run: |
python -m pip install --upgrade pip tox tox-gh-actions
Expand Down

0 comments on commit e324d34

Please sign in to comment.