@@ -29,15 +29,15 @@ jobs:
2929 - uses : actions/checkout@v5
3030 - uses : actions/setup-python@v5
3131 with :
32- python-version : 3.11
32+ python-version : 3.10
3333 - name : Build wheels
3434 uses : PyO3/maturin-action@v1
3535 env :
3636 # https://github.com/rust-lang/stacker/issues/79#issuecomment-1497479267
3737 CFLAGS_s390x_unknown_linux_gnu : -march=z10
3838 with :
3939 target : ${{ matrix.target }}
40- args : --release --out dist -i 3.11 -F pyo3/abi3-py311
40+ args : --release --out dist -i 3.10
4141 sccache : " true"
4242 manylinux : auto
4343 - name : Upload wheels
@@ -59,12 +59,12 @@ jobs:
5959 - uses : actions/checkout@v5
6060 - uses : actions/setup-python@v5
6161 with :
62- python-version : 3.11
62+ python-version : 3.10
6363 - name : Build wheels
6464 uses : PyO3/maturin-action@v1
6565 with :
6666 target : ${{ matrix.target }}
67- args : --release --out dist -i 3.11 -F pyo3/abi3-py311
67+ args : --release --out dist -i 3.10
6868 sccache : " true"
6969 manylinux : musllinux_1_2
7070 - name : Upload wheels
@@ -84,13 +84,13 @@ jobs:
8484 - uses : actions/checkout@v5
8585 - uses : actions/setup-python@v5
8686 with :
87- python-version : 3.11
87+ python-version : 3.10
8888 architecture : ${{ matrix.target }}
8989 - name : Build wheels
9090 uses : PyO3/maturin-action@v1
9191 with :
9292 target : ${{ matrix.target }}
93- args : --release --out dist -i 3.11 -F pyo3/abi3-py311
93+ args : --release --out dist -i 3.10
9494 sccache : " true"
9595 - name : Upload wheels
9696 uses : actions/upload-artifact@v5
@@ -111,12 +111,12 @@ jobs:
111111 - uses : actions/checkout@v5
112112 - uses : actions/setup-python@v5
113113 with :
114- python-version : 3.11
114+ python-version : 3.10
115115 - name : Build wheels
116116 uses : PyO3/maturin-action@v1
117117 with :
118118 target : ${{ matrix.platform.target }}
119- args : --release --out dist -i 3.11 -F pyo3/abi3-py311
119+ args : --release --out dist -i 3.10
120120 sccache : " true"
121121 - name : Upload wheels
122122 uses : actions/upload-artifact@v5
0 commit comments