We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0eb25 commit 0bc397fCopy full SHA for 0bc397f
.github/workflows/style.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Python
17
uses: actions/setup-python@v4
18
with:
19
- python-version: '3.13'
+ python-version: '3.10'
20
21
- name: Ensure latest pip
22
run: python -m pip install --upgrade pip
pyproject.toml
@@ -61,7 +61,7 @@ include = [
61
[tool.hatch.build.targets.wheel]
62
63
[tool.hatch.envs.style]
64
-python = "3.13" # this should always match version of "style" github action
+python = "3.10" # this should always match version of "style" github action
65
dependencies = [
66
"pre-commit",
67
]
0 commit comments