Skip to content

Commit

Permalink
fix: Drop pypy 3.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed Dec 28, 2024
1 parent 3ab6bbb commit cf5a89b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
- "pypy3.9"
- "pypy3.10"
django:
- "Django>=4.2,<4.3"
Expand All @@ -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 }}
Expand Down

0 comments on commit cf5a89b

Please sign in to comment.