From 35bd095b3c2547fdbf6f270c9ef1d2b545d4007f Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Thu, 27 Apr 2023 21:51:08 +0200 Subject: [PATCH] generate using cython 3.0.0b02 --- .github/workflows/releasebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releasebuild.yml b/.github/workflows/releasebuild.yml index 62425ae..ca41fc8 100644 --- a/.github/workflows/releasebuild.yml +++ b/.github/workflows/releasebuild.yml @@ -147,7 +147,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install Cython==3.0.0a10 + pip install Cython==3.0.0b02 # The cythonized files allow installation from the sdist without cython - name: Generate cython