Skip tests for numpy on Python 3.13

Refs https://github.com/simonw/sqlite-utils/pull/619#issuecomment-1998798451
This commit is contained in:
Simon Willison 2024-03-14 18:59:48 -07:00 committed by GitHub
commit 3ab780c39f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,8 @@ jobs:
os: macos-14
- python-version: "3.9"
os: macos-14
- python-version: "3.13"
numpy: 1
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}