From: Mike Bayer Date: Sun, 16 Jun 2024 15:26:41 +0000 (-0400) Subject: add greenlet support for py313 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5360cd115422d560b65456794cd700c7c87bfca6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add greenlet support for py313 based on vstinners patch Change-Id: I3e852796b49fe51db51c030d03d17cfb6baa7484 --- 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