]> 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)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 5 Jun 2023 18:49:38 +0000 (20:49 +0200)
commit59521abcc0676e936b31a523bd968fc157fef0c2
tree5dd3bd50fc245eaebc52bc6e062af1bf20f56f4e
parent7f55ba3e08e2c2631c062550a4211309b2b9e238
add 3.12

Initial fixes to test to accommodate py312

Here we are pulling in a current fork of greenlet that works
for python 3.12.   It works though there is one issue with aiosqlite
that might be related.

a non-voting py312 job is added to gerrit / jenkins

Fixes: #9819
Change-Id: I91a51dcbad2902f7c4c7cec88ebbf42c2417b512
12 files changed:
.github/workflows/run-test.yaml
doc/build/changelog/unreleased_20/py312.rst [new file with mode: 0644]
examples/versioned_history/history_meta.py
lib/sqlalchemy/ext/asyncio/base.py
lib/sqlalchemy/sql/sqltypes.py
lib/sqlalchemy/util/__init__.py
lib/sqlalchemy/util/compat.py
pyproject.toml
test/base/test_result.py
test/engine/test_pool.py
test/engine/test_reconnect.py
tox.ini