Skip to content

Commit cf5a89b

Browse files
committed
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
1 parent 3ab6bbb commit cf5a89b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- "3.11"
1919
- "3.12"
2020
- "3.13"
21-
- "pypy3.9"
2221
- "pypy3.10"
2322
django:
2423
- "Django>=4.2,<4.3"
@@ -29,10 +28,6 @@ jobs:
2928
django: "Django>=5.0,<5.1"
3029
- python: "3.9"
3130
django: "Django>=5.1,<5.2"
32-
- python: "pypy3.9"
33-
django: "Django>=5.0,<5.1"
34-
- python: "pypy3.9"
35-
django: "Django>=5.1,<5.2"
3631
env:
3732
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3833
DJANGO: ${{ matrix.django }}

0 commit comments

Comments
 (0)