|
25 | 25 | runs-on: ubuntu-24.04 |
26 | 26 | steps: |
27 | 27 | - uses: actions/checkout@v5 |
28 | | - - uses: actions/setup-python@v5 |
| 28 | + - uses: actions/setup-python@v6 |
29 | 29 | # TODO: sdist shouldn't need java |
30 | 30 | - uses: actions/setup-java@v5 |
31 | 31 | id: setup-java |
@@ -53,22 +53,28 @@ jobs: |
53 | 53 | # less likely to be used on older Linux distributions. |
54 | 54 | - { machine: 'ubuntu-22.04', python: '3.13t', arch: 'amd64', cmd: '.github/env/Linux/bdist-wheel.sh' } |
55 | 55 | - { machine: 'ubuntu-22.04-arm', python: '3.13t', arch: 'arm64', cmd: '.github/env/Linux/bdist-wheel.sh' } |
| 56 | + - { machine: 'ubuntu-22.04', python: '3.14t', arch: 'amd64', cmd: '.github/env/Linux/bdist-wheel.sh' } |
| 57 | + - { machine: 'ubuntu-22.04-arm', python: '3.14t', arch: 'arm64', cmd: '.github/env/Linux/bdist-wheel.sh' } |
56 | 58 |
|
57 | 59 | - { machine: 'windows-2022', python: '3.9', arch: 'amd64', cmd: '.\.github\env\Windows\bdist-wheel.ps1' } |
58 | 60 | - { machine: 'windows-2022', python: '3.10', arch: 'amd64', cmd: '.\.github\env\Windows\bdist-wheel.ps1' } |
59 | 61 | - { machine: 'windows-2022', python: '3.11', arch: 'amd64', cmd: '.\.github\env\Windows\bdist-wheel.ps1' } |
60 | 62 | - { machine: 'windows-2022', python: '3.12', arch: 'amd64', cmd: '.\.github\env\Windows\bdist-wheel.ps1' } |
61 | 63 | - { machine: 'windows-2022', python: '3.13', arch: 'amd64', cmd: '.\.github\env\Windows\bdist-wheel.ps1' } |
62 | 64 | - { machine: 'windows-2022', python: '3.13t', arch: 'amd64', cmd: '.\.github\env\Windows\bdist-wheel.ps1' } |
| 65 | + - { machine: 'windows-2022', python: '3.14', arch: 'amd64', cmd: '.\.github\env\Windows\bdist-wheel.ps1' } |
| 66 | + - { machine: 'windows-2022', python: '3.14t', arch: 'amd64', cmd: '.\.github\env\Windows\bdist-wheel.ps1' } |
63 | 67 |
|
64 | 68 | - { machine: 'macos-13', python: '3.11', arch: 'amd64', cmd: '.github/env/macOS/bdist-wheel.sh' } |
65 | 69 | - { machine: 'macos-13', python: '3.12', arch: 'amd64', cmd: '.github/env/macOS/bdist-wheel.sh' } |
66 | 70 | - { machine: 'macos-13', python: '3.13', arch: 'amd64', cmd: '.github/env/macOS/bdist-wheel.sh' } |
67 | 71 | - { machine: 'macos-13', python: '3.13t', arch: 'amd64', cmd: '.github/env/macOS/bdist-wheel.sh' } |
| 72 | + - { machine: 'macos-13', python: '3.14', arch: 'amd64', cmd: '.github/env/macOS/bdist-wheel.sh' } |
| 73 | + - { machine: 'macos-13', python: '3.14t', arch: 'amd64', cmd: '.github/env/macOS/bdist-wheel.sh' } |
68 | 74 | steps: |
69 | 75 | - uses: actions/checkout@v5 |
70 | 76 |
|
71 | | - - uses: actions/setup-python@v5 |
| 77 | + - uses: actions/setup-python@v6 |
72 | 78 | with: |
73 | 79 | python-version: ${{ matrix.info.python }} |
74 | 80 |
|
|
0 commit comments