|
8 | 8 | continue-on-error: ${{ endsWith(matrix.python-version, 'dev') }}
|
9 | 9 | strategy:
|
10 | 10 | matrix:
|
11 |
| - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
| 11 | + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] |
12 | 12 | steps:
|
13 | 13 | - uses: actions/checkout@v4
|
14 | 14 | - name: Set up Python ${{ matrix.python-version }}
|
|
29 | 29 | continue-on-error: ${{ endsWith(matrix.python-version, 'dev') }}
|
30 | 30 | strategy:
|
31 | 31 | matrix:
|
32 |
| - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
| 32 | + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] |
33 | 33 | steps:
|
34 | 34 | - uses: actions/checkout@v4
|
35 | 35 | - name: Set up Python ${{ matrix.python-version }}
|
|
50 | 50 | continue-on-error: ${{ endsWith(matrix.python-version, 'dev') }}
|
51 | 51 | strategy:
|
52 | 52 | matrix:
|
53 |
| - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
| 53 | + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] |
54 | 54 | steps:
|
55 | 55 | - uses: actions/checkout@v4
|
56 | 56 | - name: Set up Python ${{ matrix.python-version }}
|
|
0 commit comments