]> git.ipfire.org Git - thirdparty/psycopg.git/commit
chore: add support for PyPy.
authorNick Pope <nick.pope@infogrid.io>
Tue, 28 Nov 2023 12:46:59 +0000 (12:46 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 2 Dec 2023 00:09:16 +0000 (01:09 +0100)
commit094c8cf2b74c2431a9a478e7e2b23bfc20f48e9e
treed1f4cb8bd382618ec1ce7182d3fdb485437c9b66
parente86855b4a1209414984d08489a7435502efcda9d
chore: add support for PyPy.
24 files changed:
.github/workflows/tests.yml
docs/basic/install.rst
docs/news.rst
psycopg/psycopg/pq/pq_ctypes.py
psycopg/setup.cfg
psycopg_c/setup.cfg
psycopg_pool/setup.cfg
tests/fix_pq.py
tests/pool/test_pool.py
tests/pool/test_pool_async.py
tests/pool/test_pool_common.py
tests/pool/test_pool_common_async.py
tests/test_connection.py
tests/test_connection_async.py
tests/test_copy.py
tests/test_copy_async.py
tests/test_cursor.py
tests/test_cursor_async.py
tests/test_cursor_client.py
tests/test_cursor_client_async.py
tests/test_cursor_raw.py
tests/test_cursor_raw_async.py
tests/test_cursor_server.py
tests/test_cursor_server_async.py