Skip to content

Commit e332ada

Browse files
committed
Update Python version in lint workflow to 3.13
1 parent 5d2b5c1 commit e332ada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: "Set up Python"
2020
uses: actions/setup-python@v5.6.0
2121
with:
22-
python-version: "3.12"
22+
python-version: "3.13"
2323
cache: "pip"
2424

2525
- name: "Install requirements"

0 commit comments

Comments
 (0)