Add PyPy to Python version matrix in GitHub Actions

This commit is contained in:
2025-02-01 23:38:49 +01:00
parent 8e8e081e94
commit 97c4f8faec
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"] python-version: ["3.10", "3.11", "3.12", "3.13", "pypy"]
steps: steps:
- run: | - run: |
if [ -z "${{ env.BOT_TOKEN }}" ]; then if [ -z "${{ env.BOT_TOKEN }}" ]; then

View File

@ -26,6 +26,7 @@
"pycodestyle", "pycodestyle",
"pydocstyle", "pydocstyle",
"pyproject", "pyproject",
"pypy",
"PYTHONDONTWRITEBYTECODE", "PYTHONDONTWRITEBYTECODE",
"PYTHONUNBUFFERED", "PYTHONUNBUFFERED",
"pyupgrade", "pyupgrade",