File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3232 - name : Set up Python
3333 uses : actions/setup-python@v5
3434 with :
35- python-version : ${{ env.MAIN_PYTHON_VERSION }}
35+ # TODO: switch back to using ${{ env.MAIN_PYTHON_VERSION }}
36+ # once https://github.com/pylint-dev/pylint/issues/10000#issuecomment-2519899671
37+ # is resolved.
38+ python-version : " 3.12"
3639 - name : Install dependencies
3740 run : |
3841 python -m pip install --upgrade pip tox
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ commands =
6464description = Checks project code style
6565skip_install = true
6666basepython =
67- python3.13
67+ python3.12 # TODO: move to 3.13 once https://github.com/pylint-dev/pylint/issues/10000#issuecomment-2519899671 is fixed
6868allowlist_externals =
6969 poetry
7070commands =
You can’t perform that action at this time.
0 commit comments