We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a537d7 commit ecfbff3Copy full SHA for ecfbff3
.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.13"
+ python-version: "3.14"
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