Skip to content

Commit ae2d28d

Browse files
committed
Bump tested cassandra-driver baseline to 3.24
That is the last cassandra-driver release of 2020
1 parent 0a51b05 commit ae2d28d

5 files changed

Lines changed: 7 additions & 9 deletions

File tree

.ci/.matrix_exclude.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ exclude:
9595
- VERSION: python-3.10
9696
FRAMEWORK: aiohttp-4.0
9797
- VERSION: python-3.10
98-
FRAMEWORK: cassandra-3.4
98+
FRAMEWORK: cassandra-3.24
9999
- VERSION: python-3.10
100100
FRAMEWORK: pymongo-3.5
101101
- VERSION: python-3.11
@@ -111,7 +111,7 @@ exclude:
111111
- VERSION: python-3.11
112112
FRAMEWORK: aiohttp-4.0
113113
- VERSION: python-3.11
114-
FRAMEWORK: cassandra-3.4
114+
FRAMEWORK: cassandra-3.24
115115
- VERSION: python-3.11
116116
FRAMEWORK: pymongo-3.5
117117
- VERSION: python-3.12
@@ -127,7 +127,7 @@ exclude:
127127
- VERSION: python-3.12
128128
FRAMEWORK: aiohttp-4.0
129129
- VERSION: python-3.12
130-
FRAMEWORK: cassandra-3.4
130+
FRAMEWORK: cassandra-3.24
131131
- VERSION: python-3.12
132132
FRAMEWORK: pymongo-3.5
133133
- VERSION: python-3.13
@@ -153,7 +153,7 @@ exclude:
153153
- VERSION: python-3.13
154154
FRAMEWORK: aiohttp-4.0
155155
- VERSION: python-3.13
156-
FRAMEWORK: cassandra-3.4
156+
FRAMEWORK: cassandra-3.24
157157
- VERSION: python-3.14
158158
FRAMEWORK: django-1.11
159159
- VERSION: python-3.14
@@ -181,7 +181,7 @@ exclude:
181181
- VERSION: python-3.14
182182
FRAMEWORK: aiohttp-4.0
183183
- VERSION: python-3.14
184-
FRAMEWORK: cassandra-3.4
184+
FRAMEWORK: cassandra-3.24
185185
- VERSION: python-3.14
186186
FRAMEWORK: pymongo-3.5
187187
# pymongo
@@ -408,8 +408,6 @@ exclude:
408408
# TODO py3.12
409409
- VERSION: python-3.12
410410
FRAMEWORK: sanic-20.12 # no wheels available yet
411-
- VERSION: python-3.13
412-
FRAMEWORK: cassandra-newest # c extension issue
413411
- VERSION: python-3.14
414412
FRAMEWORK: cassandra-newest # c extension issue
415413
# httpx

.ci/.matrix_framework_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ FRAMEWORK:
5656
- memcached-newest
5757
- pylibmc-1.4
5858
- pylibmc-newest
59-
- cassandra-3.4
59+
- cassandra-3.24
6060
- cassandra-newest
6161
- psutil-newest
6262
- psutil-5.0

docs/reference/supported-technologies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Collected trace data:
397397

398398
#### Cassandra [automatic-instrumentation-db-cassandra]
399399

400-
Library: `cassandra-driver` (`>=3.4,<4.0`)
400+
Library: `cassandra-driver` (`>=3.24,<4.0`)
401401

402402
Instrumented methods:
403403

File renamed without changes.

0 commit comments

Comments
 (0)