Skip to content

Commit 076d457

Browse files
committed
Added 3.14 and pypy3.11 to targets
1 parent b68cd5e commit 076d457

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)