Skip to content

Commit 7dfd0ed

Browse files
authored
Build 3.14t wheels (#2659)
1 parent cbc0ba9 commit 7dfd0ed

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ trailing_comma_inline_array = true
221221
[tool.cibuildwheel]
222222
skip = [
223223
"*-musllinux*",
224-
"cp314t*",
225224
"cp3{8,9,10,11,12}-*linux_{ppc64le,s390x}", # Only test cp36/cp313 on qemu tested architectures
226225
]
227226
test-extras = ["test"] # same as doing `pip install .[test]`
@@ -230,7 +229,7 @@ test-command = "make -C {project} PYTHON=python PSUTIL_ROOT_DIR=\"{project}\" ci
230229
# Run tests on Python 3.13. On all other Python versions do a lightweight
231230
# import test.
232231
[[tool.cibuildwheel.overrides]]
233-
select = "cp3{8,9,10,11,12,13t,14}-* cp313-macosx*"
232+
select = "cp3{8,9,10,11,12,13t,14,14t}-* cp313-macosx*"
234233
test-extras = []
235234
test-command = "python -c \"import psutil; print(psutil.__version__)\""
236235

0 commit comments

Comments
 (0)