2 parents 59cdcf2 + 36aee4f commit 0eed200Copy full SHA for 0eed200
1 file changed
.github/workflows/CI.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: PyO3/maturin-action@v1
47
with:
48
target: ${{ matrix.platform.target }}
49
- args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.11
+ args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.11
50
sccache: 'true'
51
manylinux: auto
52
- name: Upload wheels
0 commit comments