File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656
5757 - name : Build
5858 # https://github.com/pypa/cibuildwheel
59- uses : pypa/cibuildwheel@v2.23.2
59+ uses : pypa/cibuildwheel@v3.3.1
6060 env :
6161 CIBW_BUILD : " cp310-* cp311-* cp312-* cp313-* cp314-*"
6262 CIBW_ARCHS_MACOS : " x86_64 arm64"
Original file line number Diff line number Diff line change @@ -11,19 +11,20 @@ jobs:
1111 strategy :
1212 matrix :
1313 os : [ubuntu-latest, windows-latest, macos-latest]
14+ python-version : ["3.13", "3.14"]
1415
1516 runs-on : ${{ matrix.os }}
16-
17+
1718 env :
1819 CI : true
19-
20+
2021 steps :
2122 - uses : actions/checkout@v4
22-
23- - name : Set up Python 3.13
23+
24+ - name : Set up Python ${{ matrix.python-version }}
2425 uses : actions/setup-python@v4
2526 with :
26- python-version : " 3.13 "
27+ python-version : " ${{ matrix.python-version }} "
2728
2829 - name : Install dependencies (Linux)
2930 if : runner.os == 'Linux'
You can’t perform that action at this time.
0 commit comments