|
10 | 10 | runs-on: ${{ matrix.os }} |
11 | 11 | strategy: |
12 | 12 | matrix: |
13 | | - os: [windows-latest, ubuntu-latest, macos-latest] |
14 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.13t, pypy3.10, pypy3.11] |
| 13 | + os: [windows-latest] |
| 14 | + python-version: [3.9] |
15 | 15 | steps: |
16 | 16 | - name: Check out repo |
17 | 17 | uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
|
44 | 44 | runs-on: ${{ matrix.os }} |
45 | 45 | strategy: |
46 | 46 | matrix: |
47 | | - os: [windows-latest, ubuntu-latest, macos-latest] |
48 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11] |
| 47 | + os: [windows-latest] |
| 48 | + python-version: [3.9] |
49 | 49 | steps: |
50 | 50 | - name: Check out repo |
51 | 51 | uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
|
71 | 71 | needs: test_setup_poetry |
72 | 72 | strategy: |
73 | 73 | matrix: |
74 | | - os: [windows-latest, ubuntu-latest, macos-latest] |
75 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11] |
| 74 | + os: [windows-latest] |
| 75 | + python-version: [3.9] |
76 | 76 | steps: |
77 | 77 | - name: Check out repo |
78 | 78 | uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
@@ -103,8 +103,8 @@ jobs: |
103 | 103 | needs: test_setup_poetry |
104 | 104 | strategy: |
105 | 105 | matrix: |
106 | | - os: [windows-latest, ubuntu-latest, macos-latest] |
107 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11] |
| 106 | + os: [windows-latest] |
| 107 | + python-version: [3.9] |
108 | 108 | steps: |
109 | 109 | - name: Check out repo |
110 | 110 | uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
@@ -218,7 +218,7 @@ jobs: |
218 | 218 | strategy: |
219 | 219 | matrix: |
220 | 220 | os: [windows-latest, ubuntu-latest, macos-latest] |
221 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11] |
| 221 | + python-version: [3.11] |
222 | 222 | steps: |
223 | 223 | - name: Check out repo |
224 | 224 | uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
|
0 commit comments