Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
timeout-minutes: 30
steps:
- name: Check out repository
Expand Down
1 change: 0 additions & 1 deletion docs/examples/usage/usage_drivers_and_querying_6.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Test module converted from docs example - code-block 6
"""Minimal smoke test for drivers_and_querying example 6."""

import tempfile
from pathlib import Path

from sqlspec import SQLSpec
Expand Down
Loading