Skip to content

Commit 002b1e4

Browse files
Change python version for pypy in workflow files (#259)
1 parent d12543a commit 002b1e4

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/test-pypy.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ jobs:
2121
os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-latest]
2222
pypy:
2323
- 'pypy-2.7'
24-
- 'pypy-3.6'
2524
- 'pypy-3.7'
26-
- 'pypy-2.7-v7.3.2'
27-
- 'pypy-3.6-v7.3.2'
28-
- 'pypy-3.7-v7.3.2'
29-
- 'pypy-3.6-v7.3.x'
25+
- 'pypy-2.7-v7.3.4'
26+
- 'pypy-3.7-v7.3.5'
27+
- 'pypy-3.7-v7.3.4'
28+
- 'pypy-3.7-v7.3.x'
3029
- 'pypy-3.7-v7.x'
3130
- 'pypy-2.7-v7.3.4rc1'
3231
- 'pypy-3.7-nightly'

.github/workflows/test-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
strategy:
9898
fail-fast: false
9999
matrix:
100-
os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-20.04]
100+
os: [macos-10.15, windows-latest, ubuntu-18.04, ubuntu-20.04]
101101
steps:
102102
- name: Checkout
103103
uses: actions/checkout@v2

0 commit comments

Comments
 (0)