mirror of
https://github.com/soimort/you-get.git
synced 2025-02-02 16:24:00 +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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user