From 1a24a15fe9111275bdac6ecca690c1cfb97eb075 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 5 Sep 2024 10:06:36 -0400 Subject: [PATCH] move py313 tests to greenlet main vstinner's branch merged and was immediately deleted from that repo. greenlet still not released. so keep on chasing it :/ Change-Id: I79927061566db75b4e26b3dbc39b817786531db6 (cherry picked from commit 88dd18cd89598d0569d761db206d4559e8cd57be) (cherry picked from commit 4a72df72cd2bb890034a9843b27a51e662ceccf7) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d8511d3bda..3adbe51dbd 100644 --- a/tox.ini +++ b/tox.ini @@ -47,7 +47,7 @@ deps= mock; python_version < '3.3' - py313: git+https://github.com/vstinner/greenlet@py313\#egg=greenlet + py313: git+https://github.com/python-greenlet/greenlet.git\#egg=greenlet dbapimain-sqlite: git+https://github.com/omnilib/aiosqlite.git\#egg=aiosqlite dbapimain-sqlite: git+https://github.com/coleifer/sqlcipher3.git\#egg=sqlcipher3 -- 2.47.2