@@ -18,14 +18,14 @@ jobs:
1818 - uses : actions/checkout@v3
1919 - uses : actions/setup-python@v5
2020 with :
21- python-version : ' 3.13 '
21+ python-version : ' 3.14 '
2222 - name : Setup SSL libs
2323 run : sudo apt-get update -y && sudo apt-get install -y libipc-run-perl && sudo apt-get install pkg-config libssl-dev
2424 - name : Build wheels
2525 uses : PyO3/maturin-action@v1
2626 with :
2727 target : ${{ matrix.target }}
28- args : --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 pypy3.11
28+ args : --release --out dist -i 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.9 pypy3.10 pypy3.11
2929 sccache : ' true'
3030 manylinux : auto
3131 before-script-linux : |
@@ -65,13 +65,13 @@ jobs:
6565 - uses : actions/checkout@v3
6666 - uses : actions/setup-python@v5
6767 with :
68- python-version : ' 3.13 '
68+ python-version : ' 3.14 '
6969 architecture : ${{ matrix.target }}
7070 - name : Build wheels
7171 uses : PyO3/maturin-action@v1
7272 with :
7373 target : ${{ matrix.target }}
74- args : --release --out dist -i 3.9 3.10 3.11 3.12 3.13
74+ args : --release --out dist -i 3.9 3.10 3.11 3.12 3.13 3.14
7575 sccache : ' true'
7676 - name : Upload wheels
7777 uses : actions/upload-artifact@v4
9898 - uses : actions/checkout@v3
9999 - uses : actions/setup-python@v5
100100 with :
101- python-version : ' 3.13 '
101+ python-version : ' 3.14 '
102102 - name : Brew update
103103 run : brew update
104104 - name : brew upgrade
@@ -112,7 +112,7 @@ jobs:
112112 uses : PyO3/maturin-action@v1
113113 with :
114114 target : ${{ matrix.target }}
115- args : --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 pypy3.11
115+ args : --release --out dist -i 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.9 pypy3.10 pypy3.11
116116 sccache : ' true'
117117 - name : Upload wheels
118118 uses : actions/upload-artifact@v4
@@ -162,13 +162,13 @@ jobs:
162162 - uses : actions/checkout@v3
163163 - uses : actions/setup-python@v5
164164 with :
165- python-version : ' 3.13 '
165+ python-version : ' 3.14 '
166166 architecture : x64
167167 - name : Build wheels
168168 uses : messense/maturin-action@v1
169169 with :
170170 target : ${{ matrix.target }}
171- args : --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 pypy3.11
171+ args : --release --out dist -i 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.9 pypy3.10 pypy3.11
172172 manylinux : musllinux_1_2
173173 - name : Upload wheels
174174 uses : actions/upload-artifact@v4
0 commit comments