Skip to content

Commit 0eed200

Browse files
authored
Merge pull request #39 from Kasoo/feature/ci_linux_python3.14
CI: Add python3.14 builds for linux
2 parents 59cdcf2 + 36aee4f commit 0eed200

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: PyO3/maturin-action@v1
4747
with:
4848
target: ${{ matrix.platform.target }}
49-
args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.11
49+
args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.11
5050
sccache: 'true'
5151
manylinux: auto
5252
- name: Upload wheels

0 commit comments

Comments
 (0)