|
32 | 32 | runs-on: ${{ matrix.os }} |
33 | 33 | strategy: |
34 | 34 | matrix: |
35 | | - python-version: [3.6, 3.7, 3.8] |
| 35 | + python-version: ['3.8', '3.9', '3.10', '3.11'] |
36 | 36 | os: [ubuntu-20.04, macos-latest] |
37 | 37 | steps: |
38 | 38 | - uses: actions/checkout@v1 |
|
53 | 53 | runs-on: ${{ matrix.os }} |
54 | 54 | strategy: |
55 | 55 | matrix: |
56 | | - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] |
| 56 | + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] |
57 | 57 | os: [ubuntu-20.04, macos-latest] |
58 | 58 | steps: |
59 | 59 | - uses: actions/checkout@v1 |
|
70 | 70 | runs-on: ${{ matrix.os }} |
71 | 71 | strategy: |
72 | 72 | matrix: |
73 | | - python-version: [3.6, 3.7, 3.8] |
| 73 | + python-version: ['3.8', '3.9', '3.10', '3.11'] |
74 | 74 | os: [ubuntu-20.04, macos-latest] |
75 | 75 | steps: |
76 | 76 | - uses: actions/checkout@v1 |
|
91 | 91 | runs-on: ${{ matrix.os }} |
92 | 92 | strategy: |
93 | 93 | matrix: |
94 | | - python-version: [3.6, 3.7, 3.8] |
| 94 | + python-version: ['3.8', '3.9', '3.10', '3.11'] |
95 | 95 | os: [ubuntu-20.04] |
96 | 96 | steps: |
97 | 97 | - uses: actions/checkout@v1 |
|
0 commit comments