From 2aaef3a3f691d4838248988ffc0f2f97b43a8991 Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Sat, 10 Jun 2023 13:25:29 +0200 Subject: [PATCH] upgrade cython to 3.0.0b3 --- .github/workflows/pythonbuild.yml | 2 +- pyproject.toml | 2 +- tools/sdist.patch | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pythonbuild.yml b/.github/workflows/pythonbuild.yml index 351da81..22e5684 100644 --- a/.github/workflows/pythonbuild.yml +++ b/.github/workflows/pythonbuild.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pytest hypothesis mypy Cython==3.0.0a11 + pip install pytest hypothesis mypy Cython==3.0.0b3 # The cythonized files allow installation from the sdist without cython - name: Generate cython diff --git a/pyproject.toml b/pyproject.toml index 88df1c3..d1eb29f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools", "scikit-build>=0.13.0", - "Cython>=3.0.0a11" + "Cython>=3.0.0b3" ] build-backend = "backend" backend-path = ["_custom_build"] diff --git a/tools/sdist.patch b/tools/sdist.patch index f8e10f9..1df5279 100644 --- a/tools/sdist.patch +++ b/tools/sdist.patch @@ -7,7 +7,7 @@ index 27f4629..752d509 100644 requires = [ "setuptools", - "scikit-build>=0.13.0", -- "Cython>=3.0.0a11" +- "Cython>=3.0.0b3" + "scikit-build>=0.13.0" ] build-backend = "backend"