Skip to content

Commit

Permalink
remove pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaavedr committed Oct 24, 2024
1 parent 7ecea88 commit 1fef9be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
django-version: ["3.2", "4.2", "5.0", "5.1"]
exclude:
# Unsupported Python versions for Django 5.0
Expand Down Expand Up @@ -58,7 +58,6 @@ jobs:
coverage report -m
- name: Upload coverage data to coveralls.io
if: ${{ matrix.python-version != 'pypy-3.10' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: run-${{ matrix.python-version }}
Expand Down

0 comments on commit 1fef9be

Please sign in to comment.