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 5cc3e5e commit eddaa32Copy full SHA for eddaa32
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Python
15
uses: actions/setup-python@v5
16
with:
17
- python-version: "3.11"
+ python-version: "3.13"
18
- name: Install dependencies
19
run: |
20
pip install --upgrade pip
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
21
22
23
.github/workflows/unittests.yml
@@ -19,7 +19,7 @@ jobs:
24
25
0 commit comments