We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b364a commit 2ef06f9Copy full SHA for 2ef06f9
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Python
26
uses: actions/setup-python@v6
27
with:
28
- python-version: "3.14"
+ python-version: "3.13"
29
- name: Install dependencies
30
run: pip install hatch
31
- name: Run unit and integrations tests
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
16
- name: Install pip package(s)
17
18
- name: Run black formatter check
0 commit comments