From fcbd6f0172baadbb81d04e650eee2d2b05386c62 Mon Sep 17 00:00:00 2001 From: Frankie Dintino Date: Wed, 16 Oct 2024 10:20:34 -0400 Subject: [PATCH] fix python 3.13 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0664d6d..b03b422 100644 --- a/setup.py +++ b/setup.py @@ -52,8 +52,8 @@ def readme(): if sys.version_info[:2] == (3, 13): test_requires += [ - "git+https://github.com/cython/cython.git@" - "7beedb19c43f3e865056b8181e55897b222a645b#egg=cython" + "cython @ git+https://github.com/cython/cython.git@" + "7beedb19c43f3e865056b8181e55897b222a645b" ] setup(