From: Mike Bayer Date: Sun, 2 Jul 2023 22:27:11 +0000 (-0400) Subject: for python 3.12, use greenlet>=3.0.0a1 X-Git-Tag: rel_2_0_18~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bfb5dfc3635d21996e8626850c6569ce7896fabe;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git for python 3.12, use greenlet>=3.0.0a1 in the 1.4 backport at I91a51dcbad2902f7c4c7cec88ebbf42c2417b512 we see that the newly released greenlet 3.0.0a1 installs / builds for python 3.12. Change-Id: Ib9e1aec8168996324dbb97c9cdbe1bc34bda7485 --- diff --git a/tox.ini b/tox.ini index 31fc62aa1c..0cd15df233 100644 --- a/tox.ini +++ b/tox.ini @@ -37,7 +37,7 @@ deps= # tracked by https://github.com/pytest-dev/pytest-xdist/issues/907 pytest-xdist!=3.3.0 - py312: git+https://github.com/mdboom/greenlet.git@python-312#egg=greenlet + py312: greenlet>=3.0.0a1 dbapimain-sqlite: git+https://github.com/omnilib/aiosqlite.git#egg=aiosqlite dbapimain-sqlite: git+https://github.com/coleifer/sqlcipher3.git#egg=sqlcipher3