]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add 3.12
authorFederico Caselli <cfederico87@gmail.com>
Mon, 22 May 2023 19:54:47 +0000 (21:54 +0200)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jul 2023 04:18:21 +0000 (00:18 -0400)
commitcd56e873e1db4e6c8bee9e035627beba80251bea
tree4089995711f0a797d8251cd180e02344a7a52f47
parent59e80b945fc8be3316307e0e004f6133dcef10c2
add 3.12

Initial fixes to test to accommodate py312

this is a backport of 59521abcc0676e936b31a523bd968fc157fef0c2
however includes greenlet>=3.0.0a1 that now builds and/or installs
on Python 3.12.

result row handling is also different in 1.4.

Fixes: #9819
Change-Id: I91a51dcbad2902f7c4c7cec88ebbf42c2417b512
(cherry picked from commit 59521abcc0676e936b31a523bd968fc157fef0c2)
doc/build/changelog/unreleased_20/py312.rst [new file with mode: 0644]
examples/versioned_history/history_meta.py
lib/sqlalchemy/cextension/resultproxy.c
lib/sqlalchemy/engine/row.py
lib/sqlalchemy/sql/sqltypes.py
lib/sqlalchemy/testing/warnings.py
test/base/test_result.py
test/engine/test_pool.py
test/engine/test_reconnect.py
tox.ini