Skip to content

Commit 62e8557

Browse files
committed
pypy3.7 -> 3.8
1 parent 8f25303 commit 62e8557

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ jobs:
2424
matrix:
2525
os: [macos-latest, ubuntu-latest, windows-latest]
2626
python-version:
27-
- name: pypy-3.7
27+
- name: pypy-3.8
2828
toxenv: pypy3-noextra-build
29-
- name: pypy-3.7
29+
- name: pypy-3.8
3030
toxenv: pypy3-noextra-tests
31-
- name: pypy-3.7
31+
- name: pypy-3.8
3232
toxenv: pypy3-format-build
33-
- name: pypy-3.7
33+
- name: pypy-3.8
3434
toxenv: pypy3-format-tests
35-
- name: pypy-3.7
35+
- name: pypy-3.8
3636
toxenv: pypy3-format_nongpl-build
37-
- name: pypy-3.7
37+
- name: pypy-3.8
3838
toxenv: pypy3-format_nongpl-tests
3939
- name: 3.7
4040
toxenv: py37-noextra-build
@@ -119,27 +119,27 @@ jobs:
119119
toxenv: docs-style
120120
- os: windows-latest
121121
python-version:
122-
name: pypy-3.7
122+
name: pypy-3.8
123123
toxenv: pypy3-noextra-build
124124
- os: windows-latest
125125
python-version:
126-
name: pypy-3.7
126+
name: pypy-3.8
127127
toxenv: pypy3-noextra-tests
128128
- os: windows-latest
129129
python-version:
130-
name: pypy-3.7
130+
name: pypy-3.8
131131
toxenv: pypy3-format-build
132132
- os: windows-latest
133133
python-version:
134-
name: pypy-3.7
134+
name: pypy-3.8
135135
toxenv: pypy3-format-tests
136136
- os: windows-latest
137137
python-version:
138-
name: pypy-3.7
138+
name: pypy-3.8
139139
toxenv: pypy3-format_nongpl-build
140140
- os: windows-latest
141141
python-version:
142-
name: pypy-3.7
142+
name: pypy-3.8
143143
toxenv: pypy3-format_nongpl-tests
144144
- os: windows-latest
145145
python-version:

0 commit comments

Comments
 (0)