|
11 | 11 | runs-on: ${{ matrix.os }} |
12 | 12 | strategy: |
13 | 13 | matrix: |
14 | | - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] |
| 14 | + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
15 | 15 | os: [ubuntu-20.04, macos-latest] |
16 | 16 | steps: |
17 | 17 | - uses: actions/checkout@v1 |
|
30 | 30 | runs-on: ${{ matrix.os }} |
31 | 31 | strategy: |
32 | 32 | matrix: |
33 | | - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] |
| 33 | + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
34 | 34 | os: [ubuntu-20.04, macos-latest] |
35 | 35 | steps: |
36 | 36 | - uses: actions/checkout@v1 |
|
49 | 49 | runs-on: ${{ matrix.os }} |
50 | 50 | strategy: |
51 | 51 | matrix: |
52 | | - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] |
| 52 | + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
53 | 53 | os: [ubuntu-20.04, macos-latest] |
54 | 54 | steps: |
55 | 55 | - uses: actions/checkout@v1 |
|
0 commit comments