|
11 | 11 | strategy: |
12 | 12 | matrix: |
13 | 13 | os: [windows-latest, ubuntu-latest, macos-latest] |
14 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.13, pypy3.10, pypy3.11] |
| 14 | + python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.13t, pypy3.10, pypy3.11] |
15 | 15 | steps: |
16 | 16 | - name: Check out repo |
17 | 17 | uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
|
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.13, pypy3.10, pypy3.11] |
| 48 | + python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.13t, 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.13, pypy3.10, pypy3.11] |
| 75 | + python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.13t, 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.13, pypy3.10, pypy3.11] |
| 107 | + python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.13t, pypy3.10, pypy3.11] |
108 | 108 | steps: |
109 | 109 | - name: Check out repo |
110 | 110 | uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
@@ -216,10 +216,9 @@ jobs: |
216 | 216 | name: Test analyze-project |
217 | 217 | runs-on: ${{ matrix.os }} |
218 | 218 | strategy: |
219 | | - fail-fast: false |
220 | 219 | matrix: |
221 | 220 | os: [windows-latest, ubuntu-latest, macos-latest] |
222 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.13, pypy3.10, pypy3.11] |
| 221 | + python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.13t, pypy3.10, pypy3.11] |
223 | 222 | steps: |
224 | 223 | - name: Check out repo |
225 | 224 | uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
@@ -247,7 +246,8 @@ jobs: |
247 | 246 | test_setup_poetry_cache_hit, |
248 | 247 | test_setup_poetry_no_cache, |
249 | 248 | test_check_project_version, |
250 | | - test_update_project_version |
| 249 | + test_update_project_version, |
| 250 | + test_analyze_project, |
251 | 251 | ] |
252 | 252 | if: ${{ !cancelled() }} |
253 | 253 | steps: |
|
0 commit comments