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:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13", "pypy"]
steps:
- run: |
if [ -z "${{ env.BOT_TOKEN }}" ]; then