From cf5a89bd0953091e9028cf18496c977ebe7e4145 Mon Sep 17 00:00:00 2001 From: Serhii Tereshchenko Date: Sat, 28 Dec 2024 14:12:41 +0200 Subject: [PATCH] fix: Drop pypy 3.9 support pypy 3.9 do not work with latest asgiref packages Refs https://github.com/MongoEngine/django-mongoengine/actions/runs/12526370178/job/34938914923?pr=207 --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b276500..9846c8f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,6 @@ jobs: - "3.11" - "3.12" - "3.13" - - "pypy3.9" - "pypy3.10" django: - "Django>=4.2,<4.3" @@ -29,10 +28,6 @@ jobs: django: "Django>=5.0,<5.1" - python: "3.9" django: "Django>=5.1,<5.2" - - python: "pypy3.9" - django: "Django>=5.0,<5.1" - - python: "pypy3.9" - django: "Django>=5.1,<5.2" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DJANGO: ${{ matrix.django }}