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 4f1f404 commit 6502306Copy full SHA for 6502306
1 file changed
.github/workflows/ci.yml
@@ -20,12 +20,14 @@ jobs:
20
- name: Set up Python
21
uses: actions/setup-python@v6
22
with:
23
- python-version: "3.x"
+ # This limitation can be removed once docstrfmt
24
+ # is upgraded to 2.0.0 or higher (in openwisp-utils).
25
+ python-version: "3.13"
26
27
- name: Install dependencies
28
id: deps
29
run: |
- pip install "openwisp-utils[qa]~=1.2.0"
30
+ pip install "openwisp-utils[qa]~=1.2.1"
31
sudo ./install-dev.sh
32
33
- name: QA-Checks
0 commit comments