From 014091902935c419376541b87227a84bb8c326fa Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 28 Nov 2025 12:16:53 +0000 Subject: [PATCH 1/2] Initial plan From db1d4d8fae718227e567922fa6789678b27369b0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 28 Nov 2025 12:18:52 +0000 Subject: [PATCH 2/2] Remove obsolete Cython version check in test_enums Co-authored-by: timosachsenberg <5803621+timosachsenberg@users.noreply.github.com> --- tests/test_code_generator.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_code_generator.py b/tests/test_code_generator.py index aba1f34..6e8cc3a 100644 --- a/tests/test_code_generator.py +++ b/tests/test_code_generator.py @@ -72,8 +72,6 @@ def test_enums(): See tests/test_files/enums.pxd for the full example. """ - if int(cython_version[0]) < 3: - return target = os.path.join(test_files, "enums.pyx") include_dirs = autowrap.parse_and_generate_code(