From 5360cd115422d560b65456794cd700c7c87bfca6 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 16 Jun 2024 11:26:41 -0400 Subject: [PATCH] add greenlet support for py313 based on vstinners patch Change-Id: I3e852796b49fe51db51c030d03d17cfb6baa7484 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 28cae3e020..a847fc74df 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ usedevelop= cov: True extras= - py{3,38,39,310,311,312}: {[greenletextras]extras} + py{3,38,39,310,311,312,313}: {[greenletextras]extras} py{38,39,310}-sqlite_file: sqlcipher postgresql: postgresql @@ -54,6 +54,8 @@ deps= # tracked by https://github.com/pytest-dev/pytest-xdist/issues/907 pytest-xdist!=3.3.0 + py313: git+https://github.com/vstinner/greenlet@py313\#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