Skip to content

2.5.5 + pypy311 #3537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/build-debian-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ on:
- '!.github/workflows/build-debian-multiarch.yml'

pull_request:
branches: main
branches:
- main
- 2.5.5-branch
paths-ignore:
- 'docs/**'
- 'examples/**'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-emsdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ on:
- '!.github/workflows/build-emsdk.yml'

pull_request:
branches: main
branches:
- main
- 2.5.5-branch
paths-ignore:
- 'docs/**'
- 'examples/**'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:
branches: main

pull_request:
branches: main
branches:
- main
- 2.5.5-branch

# the github release drafter can call this workflow
workflow_call:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:
branches: main

pull_request:
branches: main
branches:
- main
- 2.5.5-branch

# the github release drafter can call this workflow
workflow_call:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-on-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ on:
- '!.github/workflows/build-on-msys2.yml'

pull_request:
branches: main
branches:
- main
- 2.5.5-branch
paths-ignore:
- 'docs/**'
- 'examples/**'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-sdl3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ on:
- '!.github/workflows/build-sdl3.yml'

pull_request:
branches: main
branches:
- main
- 2.5.5-branch
paths-ignore:
- 'docs/**'
- 'examples/**'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-ubuntu-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ on:
- '!.github/workflows/build-ubuntu-coverage.yml'

pull_request:
branches: main
branches:
- main
- 2.5.5-branch
paths-ignore:
- 'docs/**'
- 'examples/**'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-ubuntu-debug-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ on:
- '!.github/workflows/build-ubuntu-debug-python.yml'

pull_request:
branches: main
branches:
- main
- 2.5.5-branch
paths-ignore:
- 'docs/**'
- 'examples/**'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-ubuntu-sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ on:
branches: main

pull_request:
branches: main
branches:
- main
- 2.5.5-branch

# the github release drafter can call this workflow
workflow_call:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:
branches: main

pull_request:
branches: main
branches:
- main
- 2.5.5-branch

# the github release drafter can call this workflow
workflow_call:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
- 'src_c/**'

pull_request:
branches: main
branches:
- main
- 2.5.5-branch
paths:
- 'src_c/**'

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/dev-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
branches: main

pull_request:
branches: main
branches:
- main
- 2.5.5-branch

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-dev-check
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ requires = [
"meson-python<=0.17.1",
"meson<=1.7.0",
"ninja<=1.12.1",
"cython<=3.0.11",
"cython<=3.1.2",
"sphinx<=8.1.3",
"sphinx-autoapi<=3.3.2",
"pyproject-metadata!=0.9.1",
Expand All @@ -75,7 +75,7 @@ install = ['--tags=runtime,python-runtime,pg-tag']
# dependencies. Here is where uv comes into the picture. It is an "installer" like pip,
# but faster. It has been observed to save a couple of minutes of CI time.
build-frontend = "build[uv]"
build = "cp3{9,10,11,12,13}-* pp3{9,10}-*"
build = "cp3{9,10,11,12,13}-* pp3{10,11}-*"
skip = "*-musllinux_*"
# build[uv] is verbose by default, so below flag is not needed here
# build-verbosity = 3
Expand Down Expand Up @@ -118,5 +118,5 @@ only-binary = ["numpy"]
# 1. skip all 32-bit manylinux (i686)
# 2. skip all pypy+arm combinations
[[tool.cibuildwheel.overrides]]
select = "{*-manylinux_i686,pp*-*{arm64,aarch64}}"
select = "{*-manylinux_i686,pp*-*{arm64,aarch64},pp311-manylinux_x86_64}"
test-requires = []
Loading