Skip to content

Increase minimum Cython version to 3.1 everywhere#211

Merged
timosachsenberg merged 2 commits intomasterfrom
copilot/update-minimum-cython-version
Nov 28, 2025
Merged

Increase minimum Cython version to 3.1 everywhere#211
timosachsenberg merged 2 commits intomasterfrom
copilot/update-minimum-cython-version

Conversation

Copy link
Contributor

Copilot AI commented Nov 28, 2025

Bumps the minimum required Cython version from 3.0 to 3.1 across all configuration and validation points.

Changes

  • pyproject.toml: Update dependency to Cython>=3.1
  • autowrap/__init__.py: Runtime version check now validates major.minor >= 3.1
  • tests/test_cython_version.py: Test updated to verify >= 3.1
  • .github/workflows/ci-autowrap.yaml: Remove Cython 3.0.0 test matrix entries
Original prompt

Increase the minimum cython version to 3.1 everywhere


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 28, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Co-authored-by: timosachsenberg <5803621+timosachsenberg@users.noreply.github.com>
@timosachsenberg timosachsenberg marked this pull request as ready for review November 28, 2025 13:33
Copilot AI changed the title [WIP] Increase minimum cython version to 3.1 Increase minimum Cython version to 3.1 everywhere Nov 28, 2025
@timosachsenberg timosachsenberg merged commit f2b09c7 into master Nov 28, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants