From 648091b89ab83e631f7de61ea44785c8ebc46414 Mon Sep 17 00:00:00 2001
From: Jannis Konrad <kabel42@gmail.com>
Date: Mon, 6 May 2024 17:05:26 +0200
Subject: [PATCH] build with cython3

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 7cdcf68..3bc257f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,2 +1,2 @@
 [build-system]
-requires = ["Cython<3", "setuptools", "wheel"]
+requires = ["Cython", "setuptools", "wheel"]
-- 
GitLab