File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1717 platform : macos-arm
1818 target : aarch64-apple-darwin
1919 python-version : ' 3.13'
20+ - os : macos-latest
21+ platform : macos-arm
22+ target : aarch64-apple-darwin
23+ python-version : ' 3.14'
2024 - os : ubuntu-latest
2125 platform : manylinux-x86_64
2226 target : x86_64-unknown-linux-gnu
2529 platform : manylinux-x86_64
2630 target : x86_64-unknown-linux-gnu
2731 python-version : ' 3.13'
32+ - os : ubuntu-latest
33+ platform : manylinux-x86_64
34+ target : x86_64-unknown-linux-gnu
35+ python-version : ' 3.14'
2836 - os : ubuntu-24.04-arm
2937 platform : manylinux-aarch64
3038 target : aarch64-unknown-linux-gnu
@@ -33,12 +41,16 @@ jobs:
3341 platform : manylinux-aarch64
3442 target : aarch64-unknown-linux-gnu
3543 python-version : ' 3.13'
44+ - os : ubuntu-24.04-arm
45+ platform : manylinux-aarch64
46+ target : aarch64-unknown-linux-gnu
47+ python-version : ' 3.14'
3648
3749 steps :
3850 - uses : actions/checkout@v4
3951
4052 - name : Set up Python ${{ matrix.python-version }}
41- uses : actions/setup-python@v5
53+ uses : actions/setup-python@v6
4254 with :
4355 python-version : ${{ matrix.python-version }}
4456
You can’t perform that action at this time.
0 commit comments