]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
for python 3.12, use greenlet>=3.0.0a1
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Jul 2023 22:27:11 +0000 (18:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Jul 2023 22:27:11 +0000 (18:27 -0400)
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

tox.ini

diff --git a/tox.ini b/tox.ini
index 31fc62aa1ca383b79fe9e674047498aefdc9fdd1..0cd15df233537ce5578af2f53238ec6f37e95533 100644 (file)
--- 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