]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
enable py3.13 for greenlet
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 1 Dec 2024 18:35:36 +0000 (13:35 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 1 Dec 2024 18:35:36 +0000 (13:35 -0500)
keep py3.14 disabled

Fixes: #12145
Change-Id: I16c9bdda082fb2749085897faf3f8bc3140576c3

setup.cfg

index 4767e674539ddc2d716d79402c13c193e1e00a33..bf9aedd8b6b5fa6df084c5483d9d17a53bef6f2f 100644 (file)
--- 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]