@@ -59,6 +59,9 @@ exclude:
5959 FRAMEWORK : flask-3.0
6060 - VERSION : python-3.14
6161 FRAMEWORK : flask-1.0
62+ # Python 3.9
63+ - VERSION : python-3.9
64+ FRAMEWORK : cassandra-3.24
6265 # Python 3.10 removed a bunch of classes from collections, now in collections.abc
6366 - VERSION : python-3.10
6467 FRAMEWORK : django-1.11
@@ -95,7 +98,7 @@ exclude:
9598 - VERSION : python-3.10
9699 FRAMEWORK : aiohttp-4.0
97100 - VERSION : python-3.10
98- FRAMEWORK : cassandra-3.4
101+ FRAMEWORK : cassandra-3.24
99102 - VERSION : python-3.10
100103 FRAMEWORK : pymongo-3.5
101104 - VERSION : python-3.11
@@ -111,7 +114,7 @@ exclude:
111114 - VERSION : python-3.11
112115 FRAMEWORK : aiohttp-4.0
113116 - VERSION : python-3.11
114- FRAMEWORK : cassandra-3.4
117+ FRAMEWORK : cassandra-3.24
115118 - VERSION : python-3.11
116119 FRAMEWORK : pymongo-3.5
117120 - VERSION : python-3.12
@@ -127,7 +130,7 @@ exclude:
127130 - VERSION : python-3.12
128131 FRAMEWORK : aiohttp-4.0
129132 - VERSION : python-3.12
130- FRAMEWORK : cassandra-3.4
133+ FRAMEWORK : cassandra-3.24
131134 - VERSION : python-3.12
132135 FRAMEWORK : pymongo-3.5
133136 - VERSION : python-3.13
@@ -153,7 +156,7 @@ exclude:
153156 - VERSION : python-3.13
154157 FRAMEWORK : aiohttp-4.0
155158 - VERSION : python-3.13
156- FRAMEWORK : cassandra-3.4
159+ FRAMEWORK : cassandra-3.24
157160 - VERSION : python-3.14
158161 FRAMEWORK : django-1.11
159162 - VERSION : python-3.14
@@ -181,7 +184,7 @@ exclude:
181184 - VERSION : python-3.14
182185 FRAMEWORK : aiohttp-4.0
183186 - VERSION : python-3.14
184- FRAMEWORK : cassandra-3.4
187+ FRAMEWORK : cassandra-3.24
185188 - VERSION : python-3.14
186189 FRAMEWORK : pymongo-3.5
187190 # pymongo
@@ -353,32 +356,24 @@ exclude:
353356 FRAMEWORK : twisted-17
354357 - VERSION : python-3.11
355358 FRAMEWORK : twisted-16
356- - VERSION : python-3.11
357- FRAMEWORK : twisted-15
358359 - VERSION : python-3.12
359360 FRAMEWORK : twisted-18
360361 - VERSION : python-3.12
361362 FRAMEWORK : twisted-17
362363 - VERSION : python-3.12
363364 FRAMEWORK : twisted-16
364- - VERSION : python-3.12
365- FRAMEWORK : twisted-15
366365 - VERSION : python-3.13
367366 FRAMEWORK : twisted-18
368367 - VERSION : python-3.13
369368 FRAMEWORK : twisted-17
370369 - VERSION : python-3.13
371370 FRAMEWORK : twisted-16
372- - VERSION : python-3.13
373- FRAMEWORK : twisted-15
374371 - VERSION : python-3.14
375372 FRAMEWORK : twisted-18
376373 - VERSION : python-3.14
377374 FRAMEWORK : twisted-17
378375 - VERSION : python-3.14
379376 FRAMEWORK : twisted-16
380- - VERSION : python-3.14
381- FRAMEWORK : twisted-15
382377 # pylibmc
383378 - VERSION : python-3.11
384379 FRAMEWORK : pylibmc-1.4
@@ -416,8 +411,6 @@ exclude:
416411 # TODO py3.12
417412 - VERSION : python-3.12
418413 FRAMEWORK : sanic-20.12 # no wheels available yet
419- - VERSION : python-3.13
420- FRAMEWORK : cassandra-newest # c extension issue
421414 - VERSION : python-3.14
422415 FRAMEWORK : cassandra-newest # c extension issue
423416 # httpx
0 commit comments