From: Mike Bayer Date: Sun, 1 Dec 2024 18:35:36 +0000 (-0500) Subject: enable py3.13 for greenlet X-Git-Tag: rel_2_0_37~31^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26351cee22df9433a2accae8576ee71d959ba6d9;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git enable py3.13 for greenlet keep py3.14 disabled Fixes: #12145 Change-Id: I16c9bdda082fb2749085897faf3f8bc3140576c3 --- diff --git a/setup.cfg b/setup.cfg index 4767e67453..bf9aedd8b6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ package_dir = install_requires = importlib-metadata;python_version<"3.8" - greenlet != 0.4.17;(python_version<"3.13" and (platform_machine=='aarch64' or (platform_machine=='ppc64le' or (platform_machine=='x86_64' or (platform_machine=='amd64' or (platform_machine=='AMD64' or (platform_machine=='win32' or platform_machine=='WIN32'))))))) + greenlet != 0.4.17;(python_version<"3.14" and (platform_machine=='aarch64' or (platform_machine=='ppc64le' or (platform_machine=='x86_64' or (platform_machine=='amd64' or (platform_machine=='AMD64' or (platform_machine=='win32' or platform_machine=='WIN32'))))))) typing-extensions >= 4.6.0 [options.extras_require]