Skip to content

Commit 660bd77

Browse files
authored
Update base-test.yml
1 parent 6cc97e9 commit 660bd77

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/base-test.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ jobs:
1818
include:
1919
- python-version: "3.7"
2020
django-version: "3.2"
21+
- python-version: "3.8"
22+
django-version: "3.2"
23+
- python-version: "3.8"
24+
django-version: "4.0"
25+
- python-version: "3.8"
26+
django-version: "4.1"
27+
- python-version: "3.8"
28+
django-version: "4.2"
29+
exclude:
30+
- python-version: "3.13"
31+
django-version: "3.2"
32+
- python-version: "3.13"
33+
django-version: "4.0"
2134

2235
name: ClickHouse${{ matrix.clickhouse-version }} Python${{ matrix.python-version }} Django${{ matrix.django-version }}
2336
steps:

0 commit comments

Comments
 (0)