4747 uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
4848 with :
4949 target : ${{ matrix.platform.target }}
50- args : --release --out dist -i 3.10 -i 3. 11 -i 3.12 -i 3.13 -i 3.14 -i pypy-3.9 -i pypy-3.10 --manifest-path crates/pyaugurs/Cargo.toml
50+ args : --release --out dist -i 3.11 -i 3.12 -i 3.13 -i 3.14 -i pypy-3.11 --manifest-path crates/pyaugurs/Cargo.toml
5151 manylinux : auto
5252 - name : Upload wheels
5353 uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7979 uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
8080 with :
8181 target : ${{ matrix.platform.target }}
82- args : --release --out dist -i 3.10 -i 3. 11 -i 3.12 -i 3.13 -i 3.14 -i pypy-3.9 -i pypy-3.10 --manifest-path crates/pyaugurs/Cargo.toml
82+ args : --release --out dist -i 3.11 -i 3.12 -i 3.13 -i 3.14 -i pypy-3.11 --manifest-path crates/pyaugurs/Cargo.toml
8383 manylinux : musllinux_1_2
8484 - name : Upload wheels
8585 uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
@@ -95,10 +95,10 @@ jobs:
9595 platform :
9696 - runner : windows-2022
9797 target : x64
98- interpreters : -i 3.10 -i 3. 11 -i 3.12 -i 3.13 -i 3.14
98+ interpreters : -i 3.11 -i 3.12 -i 3.13 -i 3.14
9999 - runner : windows-2022
100100 target : x86
101- interpreters : -i 3.10 -i 3. 11 -i 3.12 -i 3.13
101+ interpreters : -i 3.11 -i 3.12 -i 3.13
102102 steps :
103103 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
104104 with :
@@ -138,7 +138,7 @@ jobs:
138138 uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
139139 with :
140140 target : ${{ matrix.platform.target }}
141- args : --release --out dist -i 3.10 -i 3. 11 -i 3.12 -i 3.13 -i 3.14 -i pypy-3.9 -i pypy-3.10 --manifest-path crates/pyaugurs/Cargo.toml
141+ args : --release --out dist -i 3.11 -i 3.12 -i 3.13 -i 3.14 -i pypy-3.11 --manifest-path crates/pyaugurs/Cargo.toml
142142 - name : Upload wheels
143143 uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
144144 with :
0 commit comments