Skip to content

Commit

Permalink
ci(workflows): update Python version to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Feb 8, 2025
1 parent 2f254c2 commit fb4825f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: install-python
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13

- name: Install poetry
id: install-poetry
Expand All @@ -54,7 +54,7 @@ jobs:
id: install-python
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13

- name: Install poetry
id: install-poetry
Expand All @@ -72,4 +72,4 @@ jobs:
- name: Run linters
id: lint
run: |
python -m poetry run poe lint --directory src
python -m poetry run poe lint

0 comments on commit fb4825f

Please sign in to comment.