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 90f03dd commit f69952fCopy full SHA for f69952f
.github/workflows/lint.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Python
18
uses: actions/setup-python@v6
19
with:
20
- python-version: "3.13"
+ python-version: "3.14"
21
- name: Install dependencies
22
run: |
23
pip install --upgrade pip
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
24
25
26
.github/workflows/unittests.yml
@@ -21,7 +21,7 @@ jobs:
27
0 commit comments