Skip to content

Commit d3dc8b5

Browse files
committed
Drop PyPy support which seems to be incompatible with type annotations in modern Django
1 parent 4e15ae1 commit d3dc8b5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
- "3.10"
1919
- "3.11"
2020
- "3.12"
21-
- "pypy-3.9"
22-
- "pypy-3.10"
2321
tox-env:
2422
- "dj42" # LTS
2523
- "dj50"
@@ -29,8 +27,6 @@ jobs:
2927
tox-env: "dj50"
3028
- python-version: "3.9"
3129
tox-env: "dj50"
32-
- python-version: "pypy-3.9"
33-
tox-env: "dj50"
3430

3531
env:
3632
TOXENV: ${{ matrix.tox-env }}

0 commit comments

Comments
 (0)