Skip to content

Commit dd4289d

Browse files
authored
Update Python version to 3.12 in lint workflow
1 parent 1438428 commit dd4289d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@v6.1.0
2424
with:
25-
python-version: "3.11"
25+
python-version: "3.12"
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip build setuptools

0 commit comments

Comments
 (0)