mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Test against Python 3.13 pre-release (#619)
* Test against Python 3.13 pre-release * Skip tests for numpy on Python 3.13 Refs https://github.com/simonw/sqlite-utils/pull/619#issuecomment-1998798451 * Try to avoid Python 3.13 cog differences * Hide \b characters in cli-reference * Fixed .rST warning
This commit is contained in:
parent
17eb8184d2
commit
5bd7aec4d2
4 changed files with 30 additions and 26 deletions
|
|
@ -2177,7 +2177,7 @@ The ``.has_counts_triggers`` property shows if a table has been configured with
|
|||
>>> db["authors"].has_counts_triggers
|
||||
True
|
||||
|
||||
.. _python_api_introspection_supports_strict
|
||||
.. _python_api_introspection_supports_strict:
|
||||
|
||||
db.supports_strict
|
||||
------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue