Skip to content

Bump cython from 3.2.9 to 3.3.0 - #13548

Merged
github-actions[bot] merged 3 commits into
3.15from
dependabot/pip/3.15/cython-3.3.0
Aug 26, 2026
Merged

Bump cython from 3.2.9 to 3.3.0#13548
github-actions[bot] merged 3 commits into
3.15from
dependabot/pip/3.15/cython-3.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Bumps cython from 3.2.9 to 3.3.0.

Changelog

Sourced from cython's changelog.

3.3.0 (2026-08-22)

(Complete changelog for the 3.3.0 release, including pre-releases.)

Features added

  • PEP-634 Pattern Matching is implemented. (Github issue :issue:4029)

  • except * (PEP-654 exception groups) is implemented for Python 3.11 and later. (Github issue :issue:4993)

  • Unpacking in comprehensions (PEP-798) is implemented for list/set/dict comprehensions. It is not yet available for generator expressions. Original patch by Morax. (Github issue :issue:7898)

  • Changes were made to adapt to Python 3.15 and its Limited API. This does not yet cover abi3t. (Github issues :issue:6405, :issue:7190, :issue:7347, :issue:7348, :issue:7358)

  • Cython now uses a new export/import naming scheme for fused C functions that increases the resilience against seemingly compatible user code changes. The original names are kept for backwards compatibility. (Github issue :issue:7656)

  • Declared container item types (e.g. list[float] or tuple[atype, ...]) are now used by the type system. (Github issues :issue:7288, :issue:7798)

  • Type inference was improved for builtin Python types and their methods. (Github issues :issue:7536, :issue:7644, :issue:7887, :issue:7888)

  • Exception base types are inferred for the target variable of multi-exception except clauses and for collections of exceptions. Properties like .args and .context use direct C access in CPython. (Github issue :issue:7783)

  • Annotations on global variables are now used by type inference. (Github issue :issue:7877)

  • The feature set of the shared module can be selected at build time by listing named features to include or exclude. This is an experimental configuration, subject to further improvements. Failures to include used features will currently result in import failures. (Github issue :issue:7759)

  • To control the generation of the shared module, the cython command gained a sub-command cython generate-shared pkg/modulename.c with additional options

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cython](https://github.com/cython/cython) from 3.2.9 to 3.3.0.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@3.2.9...3.3.0)

---
updated-dependencies:
- dependency-name: cython
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 25, 2026
@dependabot
dependabot Bot requested review from asvetlov and webknjaz as code owners August 25, 2026 10:39
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 25, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 25, 2026 10:39
@codecov

codecov Bot commented Aug 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.27%. Comparing base (3aed27f) to head (10e48e2).
⚠️ Report is 1 commits behind head on 3.15.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             3.15   #13548      +/-   ##
==========================================
- Coverage   96.27%   96.27%   -0.01%     
==========================================
  Files         161      161              
  Lines       51870    51869       -1     
  Branches     2848     2848              
==========================================
- Hits        49938    49936       -2     
  Misses       1752     1752              
- Partials      180      181       +1     
Flag Coverage Δ
CI-GHA 96.22% <100.00%> (-0.01%) ⬇️
OS-Linux 96.01% <100.00%> (+<0.01%) ⬆️
OS-Windows 93.79% <100.00%> (-0.01%) ⬇️
OS-macOS 95.22% <100.00%> (-0.01%) ⬇️
Py-3.10 95.34% <100.00%> (-0.01%) ⬇️
Py-3.11 95.60% <100.00%> (-0.01%) ⬇️
Py-3.12 95.67% <100.00%> (-0.01%) ⬇️
Py-3.13 95.67% <100.00%> (-0.01%) ⬇️
Py-3.14 95.77% <100.00%> (+<0.01%) ⬆️
Py-3.14t 94.86% <100.00%> (+<0.01%) ⬆️
Py-pypy-3.11 94.65% <100.00%> (+<0.01%) ⬆️
VM-macos 95.22% <100.00%> (-0.01%) ⬇️
VM-ubuntu 96.01% <100.00%> (+<0.01%) ⬆️
VM-windows 93.79% <100.00%> (-0.01%) ⬇️
cython-coverage 79.03% <100.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@codspeed-hq

codspeed-hq Bot commented Aug 26, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 92 untouched benchmarks
⏩ 86 skipped benchmarks1


Comparing dependabot/pip/3.15/cython-3.3.0 (10e48e2) with 3.15 (3aed27f)

Open in CodSpeed

Footnotes

  1. 86 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@github-actions
github-actions Bot merged commit d5e7be9 into 3.15 Aug 26, 2026
47 checks passed
@github-actions
github-actions Bot deleted the dependabot/pip/3.15/cython-3.3.0 branch August 26, 2026 14:47
@Dreamsorcerer Dreamsorcerer added backport-3.14 Trigger automatic backporting to the 3.14 release branch by Patchback robot and removed backport-3.14 Trigger automatic backporting to the 3.14 release branch by Patchback robot labels Aug 26, 2026
@aio-libs aio-libs deleted a comment from patchback Bot Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant