@@ -5,18 +5,12 @@ exclude:
55 # Django 4.0 requires Python 3.8+
66 - VERSION : pypy-3 # current pypy-3 is compatible with Python 3.7
77 FRAMEWORK : django-4.0
8- - VERSION : python-3.6
9- FRAMEWORK : django-4.0
108 - VERSION : python-3.7
119 FRAMEWORK : django-4.0
1210 # Django 4.2 requires Python 3.8+
13- - VERSION : python-3.6
14- FRAMEWORK : django-4.2
1511 - VERSION : python-3.7
1612 FRAMEWORK : django-4.2
1713 # Django 5.0 requires Python 3.10+
18- - VERSION : python-3.6
19- FRAMEWORK : django-5.0
2014 - VERSION : python-3.7
2115 FRAMEWORK : django-5.0
2216 - VERSION : python-3.8
@@ -25,12 +19,8 @@ exclude:
2519 FRAMEWORK : django-5.0
2620 - VERSION : pypy-3 # current pypy-3 is compatible with Python 3.7
2721 FRAMEWORK : celery-5-django-4
28- - VERSION : python-3.6
29- FRAMEWORK : celery-5-django-4
3022 - VERSION : python-3.7
3123 FRAMEWORK : celery-5-django-4
32- - VERSION : python-3.6
33- FRAMEWORK : celery-5-django-5
3424 - VERSION : python-3.7
3525 FRAMEWORK : celery-5-django-5
3626 - VERSION : python-3.8
@@ -40,14 +30,6 @@ exclude:
4030 # Flask
4131 - VERSION : pypy-3
4232 FRAMEWORK : flask-0.11 # see https://github.com/pallets/flask/commit/6e46d0cd, 0.11.2 was never released
43- - VERSION : python-3.6
44- FRAMEWORK : flask-2.1
45- - VERSION : python-3.6
46- FRAMEWORK : flask-2.2
47- - VERSION : python-3.6
48- FRAMEWORK : flask-2.3
49- - VERSION : python-3.6
50- FRAMEWORK : flask-3.0
5133 - VERSION : python-3.7
5234 FRAMEWORK : flask-2.3
5335 - VERSION : python-3.7
@@ -185,8 +167,6 @@ exclude:
185167 # pymssql
186168 - VERSION : pypy-3 # currently fails with error on pypy3
187169 FRAMEWORK : pymssql-newest
188- - VERSION : python-3.6 # dropped support for py3.6
189- FRAMEWORK : pymssql-newest
190170 # pyodbc
191171 - VERSION : pypy-3
192172 FRAMEWORK : pyodbc-newest
@@ -210,81 +190,49 @@ exclude:
210190 # aiohttp client, only supported in Python 3.7+
211191 - VERSION : pypy-3
212192 FRAMEWORK : aiohttp-3.0
213- - VERSION : python-3.6
214- FRAMEWORK : aiohttp-3.0
215193 - VERSION : pypy-3
216194 FRAMEWORK : aiohttp-4.0
217- - VERSION : python-3.6
218- FRAMEWORK : aiohttp-4.0
219195 - VERSION : pypy-3
220196 FRAMEWORK : aiohttp-newest
221- - VERSION : python-3.6
222- FRAMEWORK : aiohttp-newest
223197 # tornado, only supported in Python 3.7+
224198 - VERSION : pypy-3
225199 FRAMEWORK : tornado-newest
226- - VERSION : python-3.6
227- FRAMEWORK : tornado-newest
228200 # Starlette, only supported in python 3.7+
229201 - VERSION : pypy-3
230202 FRAMEWORK : starlette-0.13
231- - VERSION : python-3.6
232- FRAMEWORK : starlette-0.13
233203 - VERSION : pypy-3
234204 FRAMEWORK : starlette-0.14
235- - VERSION : python-3.6
236- FRAMEWORK : starlette-0.14
237205 - VERSION : pypy-3
238206 FRAMEWORK : starlette-newest
239- - VERSION : python-3.6
240- FRAMEWORK : starlette-newest
241207 # aiopg
242208 - VERSION : pypy-3
243209 FRAMEWORK : aiopg-newest
244- - VERSION : python-3.6
245- FRAMEWORK : aiopg-newest
246210 # asyncpg
247211 - VERSION : pypy-3
248212 FRAMEWORK : asyncpg-newest
249213 - VERSION : pypy-3
250214 FRAMEWORK : asyncpg-0.28
251- - VERSION : python-3.6
252- FRAMEWORK : asyncpg-newest
253- - VERSION : python-3.6
254- FRAMEWORK : asyncpg-0.28
255215 - VERSION : python-3.13
256216 FRAMEWORK : asyncpg-0.28
257217 # sanic
258218 - VERSION : pypy-3
259219 FRAMEWORK : sanic-newest
260220 - VERSION : pypy-3
261221 FRAMEWORK : sanic-20.12
262- - VERSION : python-3.6
263- FRAMEWORK : sanic-20.12
264- - VERSION : python-3.6
265- FRAMEWORK : sanic-newest
266222 - VERSION : python-3.8
267223 FRAMEWORK : sanic-newest
268224 - VERSION : python-3.13
269225 FRAMEWORK : sanic-20.12
270226 # aioredis
271227 - VERSION : pypy-3
272228 FRAMEWORK : aioredis-newest
273- - VERSION : python-3.6
274- FRAMEWORK : aioredis-newest
275229 # aiomysql
276230 - VERSION : pypy-3
277231 FRAMEWORK : aiomysql-newest
278- - VERSION : python-3.6
279- FRAMEWORK : aiomysql-newest
280232 # aiobotocore
281233 - VERSION : pypy-3
282234 FRAMEWORK : aiobotocore-newest
283- - VERSION : python-3.6
284- FRAMEWORK : aiobotocore-newest
285235 # mysql-connector-python
286- - VERSION : python-3.6
287- FRAMEWORK : mysql_connector-newest
288236 # twisted
289237 - VERSION : python-3.11
290238 FRAMEWORK : twisted-18
@@ -318,8 +266,6 @@ exclude:
318266 - VERSION : python-3.13
319267 FRAMEWORK : pylibmc-1.4
320268 # grpc
321- - VERSION : python-3.6
322- FRAMEWORK : grpc-newest
323269 - VERSION : python-3.7
324270 FRAMEWORK : grpc-1.24
325271 - VERSION : python-3.8
0 commit comments