From 87e32f9cf1a9ebb85b6d480ec94a41b9987452d7 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 3 Dec 2024 14:53:26 +0100 Subject: [PATCH] udpate some wheel requirements --- pyproject.toml | 6 ++++-- tools/wheel-requirements.txt | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8e949effa..a7423ea21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,8 @@ [build-system] requires = [ "cffi; implementation_name == 'pypy'", - "cython>=3.1.0a1; implementation_name != 'pypy'", + "cython>=3; implementation_name != 'pypy'", + "cython>=3.1.0a1; implementation_name != 'pypy' and sys_version >= '3.11'", "packaging", "scikit-build-core>=0.10", ] @@ -19,7 +20,7 @@ authors = [ { name = "Min Ragan-Kelley" }, ] license = { file = "LICENSE.md" } -requires-python = ">=3.8" +requires-python = ">=3.7" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", @@ -32,6 +33,7 @@ classifiers = [ "Topic :: System :: Networking", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/tools/wheel-requirements.txt b/tools/wheel-requirements.txt index 477f9f062..4128d9d87 100644 --- a/tools/wheel-requirements.txt +++ b/tools/wheel-requirements.txt @@ -1,3 +1,3 @@ abi3audit -cibuildwheel==2.20.* -delvewheel==1.7.2; sys_platform == 'win32' +cibuildwheel==2.22.* +delvewheel==1.9.0; sys_platform == 'win32'