4040 with :
4141 maturin-version : ${{ env.MATURIN_VERSION }}
4242 manylinux : auto
43- args : --release --strip --sdist --interpreter 3.7 3.8 3.9 3.10 3.11 3.12 3.13
43+ args : --release --strip --sdist --interpreter 3.7 3.8 3.9 3.10 3.11 3.12 3.13 3.14
4444 - uses : PyO3/maturin-action@v1
4545 with :
4646 maturin-version : ${{ env.MATURIN_VERSION }}
6969 maturin-version : ${{ env.MATURIN_VERSION }}
7070 target : ${{ matrix.target }}
7171 manylinux : auto
72- args : --release --strip --interpreter 3.7 3.8 3.9 3.10 3.11 3.12 3.13
72+ args : --release --strip --interpreter 3.7 3.8 3.9 3.10 3.11 3.12 3.13 3.14
7373 - uses : PyO3/maturin-action@v1
7474 with :
7575 maturin-version : ${{ env.MATURIN_VERSION }}
9999 maturin-version : ${{ env.MATURIN_VERSION }}
100100 target : ${{ matrix.target }}
101101 manylinux : musllinux_1_2
102- args : --release --strip --interpreter 3.7 3.8 3.9 3.10 3.11 3.12 3.13
102+ args : --release --strip --interpreter 3.7 3.8 3.9 3.10 3.11 3.12 3.13 3.14
103103 - uses : PyO3/maturin-action@v1
104104 with :
105105 maturin-version : ${{ env.MATURIN_VERSION }}
@@ -117,7 +117,7 @@ jobs:
117117 strategy :
118118 fail-fast : false
119119 matrix :
120- python : ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
120+ python : ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]
121121 runs-on : windows-2022
122122 steps :
123123 - uses : actions/checkout@v4
@@ -156,7 +156,7 @@ jobs:
156156 with :
157157 maturin-version : ${{ env.MATURIN_VERSION }}
158158 target : ${{ matrix.platform.target }}
159- args : --release --strip --interpreter 3.7 3.8 3.9 3.10 3.11 3.12 3.13
159+ args : --release --strip --interpreter 3.7 3.8 3.9 3.10 3.11 3.12 3.13 3.14
160160 - uses : PyO3/maturin-action@v1
161161 with :
162162 maturin-version : ${{ env.MATURIN_VERSION }}
0 commit comments