Skip to content

Commit a64533d

Browse files
committed
Support for Python 3.14
1 parent 7a819b1 commit a64533d

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
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
max-parallel: 4
2525
matrix:
26-
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
26+
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
2727
flask-version: [ "Flask>=2.0,<3.0", "Flask>=3.0" ]
2828
env:
2929
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)