Skip to content

Commit 0bc397f

Browse files
revert python version in style.
1 parent 7e0eb25 commit 0bc397f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: '3.13'
19+
python-version: '3.10'
2020

2121
- name: Ensure latest pip
2222
run: python -m pip install --upgrade pip

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ include = [
6161
[tool.hatch.build.targets.wheel]
6262

6363
[tool.hatch.envs.style]
64-
python = "3.13" # this should always match version of "style" github action
64+
python = "3.10" # this should always match version of "style" github action
6565
dependencies = [
6666
"pre-commit",
6767
]

0 commit comments

Comments
 (0)