Support Python 3.14

make it so by [a] saying it is so and [b] testing it in the CI/CD
This commit is contained in:
Klaas van Schelven
2025-11-09 20:12:55 +01:00
parent 473d4de6d2
commit b81f754b8c
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"]