Skip to content

Commit 6502306

Browse files
committed
[ci] Bound python version to 3.13
1 parent 4f1f404 commit 6502306

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: "3.x"
23+
# This limitation can be removed once docstrfmt
24+
# is upgraded to 2.0.0 or higher (in openwisp-utils).
25+
python-version: "3.13"
2426

2527
- name: Install dependencies
2628
id: deps
2729
run: |
28-
pip install "openwisp-utils[qa]~=1.2.0"
30+
pip install "openwisp-utils[qa]~=1.2.1"
2931
sudo ./install-dev.sh
3032
3133
- name: QA-Checks

0 commit comments

Comments
 (0)