Skip to content

Commit cc4afcc

Browse files
committed
Remove 3.7 from celery matrix due to importlib-metadata clash
1 parent b4c631d commit cc4afcc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tox.ini

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ envlist =
7272
{py3.7,py3.12,py3.13}-bottle-latest
7373

7474
# Celery
75-
{py3.7,py3.8}-celery-v{4}
76-
{py3.7,py3.8}-celery-v{5.0}
77-
{py3.7,py3.10}-celery-v{5.1,5.2}
75+
{py3.8}-celery-v{4}
76+
{py3.8}-celery-v{5.0}
77+
{py3.8,py3.10}-celery-v{5.1,5.2}
7878
{py3.8,py3.11,py3.12}-celery-v{5.3,5.4,5.5}
7979
{py3.8,py3.12,py3.13}-celery-latest
8080

@@ -393,8 +393,6 @@ deps =
393393
celery-v5.5: Celery==5.5.0rc3
394394
celery-latest: Celery
395395

396-
{py3.7}-celery: importlib-metadata<5.0
397-
398396
# Chalice
399397
chalice: pytest-chalice==0.0.5
400398
chalice-v1.16: chalice~=1.16.0

0 commit comments

Comments
 (0)