]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add greenlet support for py313
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Jun 2024 15:26:41 +0000 (11:26 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Jun 2024 15:26:41 +0000 (11:26 -0400)
based on vstinners patch

Change-Id: I3e852796b49fe51db51c030d03d17cfb6baa7484

tox.ini

diff --git a/tox.ini b/tox.ini
index 28cae3e02036b14b9cc3422cd5f190565f79767d..a847fc74df72e70b48b119623a219d15089f8a38 100644 (file)
--- 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