We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0020fd7 commit dbb6dc5Copy full SHA for dbb6dc5
.github/workflows/precommit.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Python
18
uses: "actions/setup-python@v5"
19
with:
20
- python-version: "3.12"
+ python-version: "3.13"
21
- name: Upgrade pip
22
run: |
23
pip install --constraint=.github/workflows/constraints.txt pip
.github/workflows/tests.yaml
- name: Install requirements
0 commit comments