Skip to content

Commit 9acc012

Browse files
Update dependency python to 3.14
1 parent 6b0b23e commit 9acc012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Python
1111
uses: actions/setup-python@v5
1212
with:
13-
python-version: "3.13"
13+
python-version: "3.14"
1414
- name: Install Python dependencies
1515
run: pip install -r dev-requirements.txt
1616
- name: Lint
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: "3.13"
26+
python-version: "3.14"
2727
- name: Install Python dependencies
2828
run: pip install -r dev-requirements.txt
2929
- name: Fetch containers

0 commit comments

Comments
 (0)