mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
[.github/workflows] test pypy-3.8 and pypy-3.9
This commit is contained in:
parent
249afb8b27
commit
ce1f44fb88
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10', 'pypy3.8', 'pypy3.9']
|
||||
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10', pypy-3.8, pypy-3.9]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user