We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61393ea commit 094938eCopy full SHA for 094938e
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Python
17
uses: actions/setup-python@v6
18
with:
19
- python-version: "3.13"
+ python-version: "3.14"
20
- name: Install dependencies
21
run: |
22
pip3 install --no-cache-dir poetry==2.1.4
.github/workflows/unittests.yml
@@ -21,7 +21,7 @@ jobs:
23
24
25
26
27
0 commit comments