Skip to content

Commit

Permalink
Disable checks for pypy-3.8.
Browse files Browse the repository at this point in the history
Python 3.8 won't be supported with the next release. The pypy-3.8 causes problems already.
  • Loading branch information
andialbrecht committed Dec 10, 2024
1 parent a31245e commit c81cdf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- "3.8"
- "pypy-3.10"
- "pypy-3.9"
- "pypy-3.8"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c81cdf9

Please sign in to comment.