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:
Simon Willison 2024-03-14 21:14:10 -07:00 committed by GitHub
commit 5bd7aec4d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 30 additions and 26 deletions

View file

@ -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
------------------