python-package.yml: add pypy-3.10

This commit is contained in:
Mort Yao 2024-05-21 01:45:12 +02:00
parent e760fc501d
commit 97bb0a6d4e
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12', pypy-3.8, pypy-3.9]
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12', pypy-3.8, pypy-3.9, pypy-3.10]
steps:
- uses: actions/checkout@v3