Skip to content

Commit 71ce311

Browse files
authored
ci: more exclusion for python 3.13 (#2289)
Mostly old stuff that does not compile and web frameworks importing the removed cgi module.
1 parent 96121f3 commit 71ce311

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

.ci/.matrix_exclude.yml

+22-5
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@ exclude:
107107
FRAMEWORK: django-2.0
108108
- VERSION: python-3.12
109109
FRAMEWORK: django-2.1
110-
- VERSION: python-3.13
111-
FRAMEWORK: django-3.2
112-
- VERSION: python-3.13
113-
FRAMEWORK: django-4.0
114110
- VERSION: python-3.12
115111
FRAMEWORK: graphene-2
116112
- VERSION: python-3.12
@@ -127,6 +123,16 @@ exclude:
127123
FRAMEWORK: django-2.0
128124
- VERSION: python-3.13
129125
FRAMEWORK: django-2.1
126+
- VERSION: python-3.13
127+
FRAMEWORK: django-2.2
128+
- VERSION: python-3.13
129+
FRAMEWORK: django-3.0
130+
- VERSION: python-3.13
131+
FRAMEWORK: django-3.1
132+
- VERSION: python-3.13
133+
FRAMEWORK: django-3.2
134+
- VERSION: python-3.13
135+
FRAMEWORK: django-4.0
130136
- VERSION: python-3.13
131137
FRAMEWORK: graphene-2
132138
- VERSION: python-3.13
@@ -246,6 +252,8 @@ exclude:
246252
FRAMEWORK: asyncpg-newest
247253
- VERSION: python-3.6
248254
FRAMEWORK: asyncpg-0.28
255+
- VERSION: python-3.13
256+
FRAMEWORK: asyncpg-0.28
249257
# sanic
250258
- VERSION: pypy-3
251259
FRAMEWORK: sanic-newest
@@ -257,8 +265,10 @@ exclude:
257265
FRAMEWORK: sanic-newest
258266
- VERSION: python-3.8
259267
FRAMEWORK: sanic-newest
268+
- VERSION: python-3.13
269+
FRAMEWORK: sanic-20.12
270+
# aioredis
260271
- VERSION: pypy-3
261-
# aioredis
262272
FRAMEWORK: aioredis-newest
263273
- VERSION: python-3.6
264274
FRAMEWORK: aioredis-newest
@@ -335,3 +345,10 @@ exclude:
335345
FRAMEWORK: sanic-20.12 # no wheels available yet
336346
- VERSION: python-3.13
337347
FRAMEWORK: cassandra-newest # c extension issue
348+
# httpx
349+
- VERSION: python-3.13
350+
FRAMEWORK: httpx-0.13
351+
- VERSION: python-3.13
352+
FRAMEWORK: httpx-0.14
353+
- VERSION: python-3.13
354+
FRAMEWORK: httpx-0.21

0 commit comments

Comments
 (0)