Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 28, 2025

Fixes NameError: name 'cython_version' is not defined in test_enums. The import was removed in the Cython 3 migration but a merge from PR #131 reintroduced the version check without the import.

  • Removed the now-unnecessary if int(cython_version[0]) < 3: return guard since the codebase exclusively targets Cython 3+

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@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.

Copilot AI changed the title [WIP] Update codebase for Cython 3 and Python 3.9 compatibility Remove obsolete Cython version check in test_enums Nov 28, 2025
Copilot finished work on behalf of timosachsenberg November 28, 2025 12:21
@timosachsenberg timosachsenberg marked this pull request as ready for review November 28, 2025 12:54
@timosachsenberg timosachsenberg merged commit afd035a into cython3-migration Nov 28, 2025
18 checks passed
timosachsenberg added a commit that referenced this pull request Nov 28, 2025
* update install instructions

* Update TODO for current roadmap

* Migrate to Cython 3 only

* Remove workflow file changes

* Remove MIGRATION_PLAN.MD (#203)

* Initial plan

* Remove MIGRATION_PLAN.MD as requested

Co-authored-by: timosachsenberg <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: timosachsenberg <[email protected]>

* Update CI matrix to remove old Cython versions

Removed incompatible Cython and Python version combinations.

* Remove obsolete Cython version check in test_enums (#206)

* Initial plan

* Remove obsolete Cython version check in test_enums

Co-authored-by: timosachsenberg <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: timosachsenberg <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: Samuel Wein <[email protected]>
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