44 push :
55 branches :
66 - main
7+ - update-pyo3
78 tags :
89 - ' v*.*.*'
910 workflow_dispatch :
@@ -25,39 +26,39 @@ jobs:
2526
2627 - os : windows
2728 target : x86_64
28- interpreter : pypy3.9 pypy3.10
29+ interpreter : pypy3.9 pypy3.10 pypy3.11
2930 - os : windows
3031 target : i686
3132 python-architecture : x86
32- interpreter : 3.8 3.9 3.10 3.11 3.12 3.13
33+ interpreter : 3.8 3.9 3.10 3.11 3.12 3.13 3.14
3334 - os : windows
3435 target : aarch64
35- interpreter : 3.11 3.12 3.13
36+ interpreter : 3.11 3.12 3.13 3.14
3637
3738 - os : macos
3839 target : x86_64
39- interpreter : pypy3.9 pypy3.10
40+ interpreter : pypy3.9 pypy3.10 pypy3.11
4041 - os : macos
4142 target : aarch64
4243 # actions/setup-python@v5 does not support 3.8 and 3.9 on arm64
43- interpreter : 3.8 3.9 pypy3.9 pypy3.10
44+ interpreter : 3.8 3.9 pypy3.9 pypy3.10 pypy3.11
4445
4546 - os : ubuntu
4647 target : x86_64
47- interpreter : pypy3.9 pypy3.10
48+ interpreter : pypy3.9 pypy3.10 pypy3.11
4849 - os : ubuntu
4950 target : i686
5051 - os : ubuntu
5152 target : aarch64
5253 - os : ubuntu
5354 target : armv7
54- interpreter : 3.8 3.9 3.10 3.11 3.12 3.13
55+ interpreter : 3.8 3.9 3.10 3.11 3.12 3.13 3.14
5556 - os : ubuntu
5657 target : ppc64le
57- interpreter : 3.8 3.9 3.10 3.11 3.12 3.13
58+ interpreter : 3.8 3.9 3.10 3.11 3.12 3.13 3.14
5859 - os : ubuntu
5960 target : s390x
60- interpreter : 3.8 3.9 3.10 3.11 3.12 3.13
61+ interpreter : 3.8 3.9 3.10 3.11 3.12 3.13 3.14
6162
6263 - os : ubuntu
6364 target : x86_64
9091 target : ${{ matrix.target }}
9192 manylinux : ${{ matrix.manylinux || 'auto' }}
9293 container : ${{ matrix.container }}
93- args : --release --out dist --interpreter ${{ matrix.maturin-interpreter || matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10' }} ${{ matrix.extra-build-args }}
94+ args : --release --out dist --interpreter ${{ matrix.maturin-interpreter || matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.9 pypy3.10 pypy3.11 ' }} ${{ matrix.extra-build-args }}
9495 rust-toolchain : 1.76.0
9596 docker-options : -e CI
9697
@@ -109,7 +110,7 @@ jobs:
109110 fail-fast : false
110111 matrix :
111112 os : [ ubuntu-latest, windows-latest, macos-13, macos-14 ]
112- interpreter : [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
113+ interpreter : [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
113114 exclude :
114115 # actions/setup-python@v5 does not support 3.8 and 3.9 on arm64
115116 - os : macos-14
0 commit comments