File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7878 uses : PyO3/maturin-action@v1
7979 with :
8080 target : ${{ matrix.platform.target }}
81- args : --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
81+ args : --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.9 pypy3.10 pypy3.11
8282 sccache : ' true'
8383 manylinux : musllinux_1_2
8484 - name : Upload wheels
@@ -107,7 +107,7 @@ jobs:
107107 uses : PyO3/maturin-action@v1
108108 with :
109109 target : ${{ matrix.platform.target }}
110- args : --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13
110+ args : --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 3.14
111111 sccache : ' true'
112112 - name : Upload wheels
113113 uses : actions/upload-artifact@v4
@@ -134,12 +134,13 @@ jobs:
134134 3.11
135135 3.12
136136 3.13
137+ 3.14
137138 check-latest : true
138139 - name : Build wheels
139140 uses : PyO3/maturin-action@v1
140141 with :
141142 target : ${{ matrix.platform.target }}
142- args : --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
143+ args : --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.9 pypy3.10 pypy3.11
143144 sccache : ' true'
144145 - name : Upload wheels
145146 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ classifiers = [
2121 " Programming Language :: Python :: 3.11" ,
2222 " Programming Language :: Python :: 3.12" ,
2323 " Programming Language :: Python :: 3.13" ,
24+ " Programming Language :: Python :: 3.14" ,
2425]
2526
2627[project .urls ]
You can’t perform that action at this time.
0 commit comments