mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Upgrade PyPy in CI
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', pypy-3.7-v7.x]
|
||||
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', pypy-3.9-v7.x]
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
include:
|
||||
- python-version: 3.7
|
||||
@@ -20,7 +20,7 @@ jobs:
|
||||
py: py310
|
||||
- python-version: '3.11'
|
||||
py: py311
|
||||
- python-version: pypy-3.7-v7.x
|
||||
- python-version: pypy-3.9-v7.x
|
||||
py: pypy3
|
||||
# Just to slim down the test matrix:
|
||||
exclude:
|
||||
|
||||
Reference in New Issue
Block a user