Skip to content

Commit d7db825

Browse files
update pypy versions
1 parent 27091d5 commit d7db825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
os: [ubuntu-latest, windows-latest, macos-latest]
42-
python-version: ['3.9', 'pypy-3.7-v7.x']
42+
python-version: ['3.9', 'pypy-3.9-v7.x']
4343
steps:
4444
- uses: actions/checkout@v3
4545
- name: Setup Python
@@ -108,7 +108,7 @@ jobs:
108108
fail-fast: false
109109
matrix:
110110
os: [ubuntu-latest, windows-latest, macos-latest]
111-
python-version: ['3.9', 'pypy-3.7-v7.x']
111+
python-version: ['3.9', 'pypy-3.9-v7.x']
112112
steps:
113113
- uses: actions/checkout@v3
114114
- name: Setup Python

0 commit comments

Comments
 (0)