mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 05:25:02 +03:00
python-package.yml: add pypy-3.10
This commit is contained in:
parent
e760fc501d
commit
97bb0a6d4e
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user