Upgrade PyPy in CI

This commit is contained in:
Oleh Prypin
2023-06-03 15:36:39 +02:00
parent 5af8bd3053
commit 1363c7c390

View File

@@ -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: