|
45 | 45 | strategy: |
46 | 46 | matrix: |
47 | 47 | os: [windows-latest, ubuntu-latest, macos-latest] |
48 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.13t, pypy3.10, pypy3.11] |
| 48 | + python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11] |
49 | 49 | steps: |
50 | 50 | - name: Check out repo |
51 | 51 | uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
|
72 | 72 | strategy: |
73 | 73 | matrix: |
74 | 74 | os: [windows-latest, ubuntu-latest, macos-latest] |
75 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.13t, pypy3.10, pypy3.11] |
| 75 | + python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11] |
76 | 76 | steps: |
77 | 77 | - name: Check out repo |
78 | 78 | uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
@@ -104,7 +104,7 @@ jobs: |
104 | 104 | strategy: |
105 | 105 | matrix: |
106 | 106 | os: [windows-latest, ubuntu-latest, macos-latest] |
107 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.13t, pypy3.10, pypy3.11] |
| 107 | + python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11] |
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, 3.13t, pypy3.10, pypy3.11] |
| 221 | + python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11] |
222 | 222 | steps: |
223 | 223 | - name: Check out repo |
224 | 224 | uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
|
0 commit comments