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.
2 parents 0d88eb1 + 185a23c commit 95556e4Copy full SHA for 95556e4
.github/workflows/main.yml
@@ -18,6 +18,9 @@ jobs:
18
django-version: "5.1"
19
- python-version: "3.9"
20
django-version: "5.2"
21
+ # Don't test wagtail with incompatible python versions
22
+ - python-version: "3.9"
23
+ wagtail-version: "7.2"
24
25
steps:
26
- uses: actions/checkout@v4
@@ -54,7 +57,7 @@ jobs:
54
57
55
58
- uses: actions/setup-python@v5
56
59
with:
- python-version: 3.10
60
+ python-version: "3.10"
61
- name: Install dependencies
62
run: |
63
python -m pip install --upgrade pip
@@ -68,7 +71,7 @@ jobs:
68
71
69
72
70
73
74
75
76
77
0 commit comments