Skip to content

Commit 21f0816

Browse files
committed
Support for Python 3.14
1 parent 572000a commit 21f0816

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
max-parallel: 5
2424
matrix:
25-
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
25+
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
2626
flask-version: [ "Flask>=2.0,<3.0", "Flask>=3.0" ]
2727
env:
2828
PYTHONPATH: .

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
2626
"Programming Language :: Python :: 3.13",
27+
"Programming Language :: Python :: 3.14",
2728
]
2829
requires-python = ">=3.10"
2930
dependencies = ["Flask>=2.0", "pydantic>=2.4"]

0 commit comments

Comments
 (0)