Skip to content

Commit

Permalink
chore(workflows): update Python version to 3.13 in linting and pyrigh…
Browse files Browse the repository at this point in the history
…t workflows to ensure compatibility with the latest features and improvements
  • Loading branch information
kzndotsh committed Nov 20, 2024
1 parent 8999578 commit 06db07f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13

# Install Ruff
- name: Install Ruff
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'
cache: 'poetry'

- name: Install project
Expand Down

0 comments on commit 06db07f

Please sign in to comment.