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 6b0b23e commit 9acc012Copy full SHA for 9acc012
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Set up Python
11
uses: actions/setup-python@v5
12
with:
13
- python-version: "3.13"
+ python-version: "3.14"
14
- name: Install Python dependencies
15
run: pip install -r dev-requirements.txt
16
- name: Lint
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
- name: Fetch containers
0 commit comments