merge 'main' with 'main'

This commit is contained in:
Klaas van Schelven
2025-11-11 15:34:54 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
db: [sqlite, mysql, postgres]
include:
- db: mysql

View File

@@ -20,6 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]
dynamic = ["version", "dependencies"]