Skip to content

Commit f14a5f7

Browse files
committed
build: support python 3.14
1 parent 54673bd commit f14a5f7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
description: 'JSON string of Python versions'
1313
required: false
1414
type: string
15-
default: '["3.10", "3.11", "3.12", "3.13"]'
15+
default: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
1616
build_sdist:
1717
description: 'Whether to build source distribution'
1818
required: false
@@ -42,7 +42,7 @@ on:
4242
python_json:
4343
description: 'JSON string of Python versions'
4444
required: false
45-
default: '["3.10", "3.11", "3.12", "3.13"]'
45+
default: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
4646

4747
jobs:
4848
build-sdist:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
2828
"Programming Language :: Python :: 3.13",
29+
"Programming Language :: Python :: 3.14",
2930
]
3031
dependencies = [
3132
"pydantic>=2.0.0",

0 commit comments

Comments
 (0)