]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
use python 3.11 current, dont use aiosqlite on py311
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Nov 2022 23:57:07 +0000 (18:57 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Dec 2022 00:31:23 +0000 (19:31 -0500)
commit3d6b5e1d4225ff11868ea6abec51df97644f1317
treecd3d9afe876cd654f6ff16e81e169b2f5c209576
parent00dce8931491911a94cd417e13182fa0132e03d3
use python 3.11 current, dont use aiosqlite on py311

Py 3.11 is released so I assume we can remove "rc" qualifiers
here

aiosqlite is causing python 3.11 crashes, so I assume this is
due to https://github.com/python/cpython/issues/99205.

I'm only guessing the syntax here, so there may be subsequent
commits if this doesnt work

Change-Id: I6f2ead3e0aca933a972efadf3891edbcdd83501c
.github/workflows/run-test.yaml