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 6cc97e9 commit 660bd77Copy full SHA for 660bd77
.github/workflows/base-test.yml
@@ -18,6 +18,19 @@ jobs:
18
include:
19
- python-version: "3.7"
20
django-version: "3.2"
21
+ - python-version: "3.8"
22
+ django-version: "3.2"
23
24
+ django-version: "4.0"
25
26
+ django-version: "4.1"
27
28
+ django-version: "4.2"
29
+ exclude:
30
+ - python-version: "3.13"
31
32
33
34
35
name: ClickHouse${{ matrix.clickhouse-version }} Python${{ matrix.python-version }} Django${{ matrix.django-version }}
36
steps:
0 commit comments