Mercurial > forks > mercurial
changeset 53227:d91e8c216134
pycompat: no longer produce 3.8 wheel via ci-buildwheel
This will stop such wheel creation for Mac and Windows.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 28 Apr 2025 16:22:06 +0200 |
parents | 0730022f539e |
children | 4a2b57c6554e |
files | pyproject.toml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pyproject.toml Wed Apr 02 22:23:41 2025 +0200 +++ b/pyproject.toml Mon Apr 28 16:22:06 2025 +0200 @@ -69,7 +69,7 @@ [tool.cibuildwheel] -build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"] +build = ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"] # Don't stockpile wheels in the pip cache directory when they get built, since # there's no mechanism to age old ones out.