Skip to content

Commit 243a69a

Browse files
[tests] Specific tests for python 3.9
1 parent 5633f94 commit 243a69a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
14+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1515
django-version: ["2.2.28", "3.2.25", "4.2.20", "5.0.14", "5.1.8", "5.2"]
16+
include:
17+
- python-version: 3.9
18+
django-version: 2.2.28
19+
- python-version: 3.9
20+
django-version: 3.2.25
21+
- python-version: 3.9
22+
django-version: 4.2.20
1623
steps:
1724
- uses: actions/checkout@v2
1825
- name: Python ${{ matrix.python-version }} django ${{ matrix.django-version }}

0 commit comments

Comments
 (0)