Skip to content

Commit 0ea9af9

Browse files
committed
Test contrib against lowest supported Python version
1 parent 660b000 commit 0ea9af9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,11 @@ jobs:
9292
KAFKA_BOOTSTRAP_SERVERS: localhost:9092
9393
runs-on: ubuntu-latest
9494
strategy:
95+
fail-fast: false
9596
matrix:
9697
python-version:
97-
- "3.13"
98+
- "3.10"
99+
- "3.14"
98100
django-version:
99101
- "5.2"
100102
extra:

0 commit comments

Comments
 (0)