|
21 | 21 | fail-fast: false |
22 | 22 | matrix: |
23 | 23 | os: [ubuntu-latest, windows-latest, macos-latest] |
24 | | - python-version: ['3.8', '3.9', 'pypy-3.7-v7.x'] |
| 24 | + python-version: ['3.9', 'pypy-3.7-v7.x'] |
25 | 25 | steps: |
26 | 26 | - uses: actions/checkout@v2 |
27 | 27 | - name: Setup Python |
|
39 | 39 | fail-fast: false |
40 | 40 | matrix: |
41 | 41 | os: [ubuntu-latest, windows-latest, macos-latest] |
42 | | - python-version: ['3.8', '3.9', 'pypy-3.7-v7.x'] |
| 42 | + python-version: ['3.9', 'pypy-3.7-v7.x'] |
43 | 43 | steps: |
44 | 44 | - uses: actions/checkout@v2 |
45 | 45 | - name: Setup Python |
|
59 | 59 | fail-fast: false |
60 | 60 | matrix: |
61 | 61 | os: [ubuntu-latest, windows-latest, macos-latest] |
62 | | - python-version: ['3.7', '3.8', '3.9', 'pypy-3.7-v7.3.5', 'pypy-3.7-v7.x'] |
| 62 | + python-version: ['3.9', 'pypy-3.7-v7.x'] |
63 | 63 | steps: |
64 | 64 | - uses: actions/checkout@v2 |
65 | 65 | - name: Install poetry |
|
79 | 79 | fail-fast: false |
80 | 80 | matrix: |
81 | 81 | os: [ubuntu-latest, windows-latest, macos-latest] |
82 | | - python-version: ['3.8', '3.9', 'pypy-3.7-v7.x'] |
| 82 | + python-version: ['3.9', 'pypy-3.7-v7.x'] |
83 | 83 | steps: |
84 | 84 | - uses: actions/checkout@v2 |
85 | 85 | - name: Setup Python |
|
98 | 98 | fail-fast: false |
99 | 99 | matrix: |
100 | 100 | os: [ubuntu-latest, windows-latest, macos-latest] |
101 | | - python-version: ['3.8', '3.9', 'pypy-3.7-v7.x'] |
| 101 | + python-version: ['3.9', 'pypy-3.7-v7.x'] |
102 | 102 | steps: |
103 | 103 | - uses: actions/checkout@v2 |
104 | 104 | - name: Setup Python |
|
0 commit comments