We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374b30a commit 546d744Copy full SHA for 546d744
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup Python
13
uses: actions/setup-python@v5
14
with:
15
- python-version: "3.13"
+ python-version: "3.10"
16
- name: Install nox
17
run: |
18
python -m pip install --upgrade setuptools pip wheel
0 commit comments