Drop support for Python 3.9 (#5783)

This commit is contained in:
Raphael Michel
2026-01-08 11:22:58 +01:00
committed by GitHub
parent 3aabc8a163
commit 0693681473
2 changed files with 4 additions and 4 deletions

View File

@@ -23,13 +23,13 @@ jobs:
name: Tests
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.13"]
database: [sqlite, postgres]
exclude:
- database: sqlite
python-version: "3.9"
- database: sqlite
python-version: "3.10"
- database: sqlite
python-version: "3.11"
services:
postgres:
image: postgres:15