Skip to content

Commit d21c500

Browse files
committed
Python 3.14
1 parent e39957b commit d21c500

File tree

3 files changed

+293
-3
lines changed

3 files changed

+293
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ jobs:
229229
- "3.11"
230230
- "3.12"
231231
- "3.13"
232+
- "3.14"
232233
if: |
233234
always() && !cancelled() &&
234235
!contains(needs.*.result, 'failure') &&

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ authors = [
77
]
88
readme = "README.md"
99
license = {text = "Apache-2.0"}
10-
requires-python = ">=3.10,<3.14"
10+
requires-python = ">=3.10,<3.15"
1111
classifiers = [
1212
"Intended Audience :: Developers",
1313
"Programming Language :: Python :: 3",
1414
"Programming Language :: Python :: 3.10",
1515
"Programming Language :: Python :: 3.11",
1616
"Programming Language :: Python :: 3.12",
1717
"Programming Language :: Python :: 3.13",
18+
"Programming Language :: Python :: 3.14",
1819
]
1920
dependencies = [
2021
"pydantic>=2.0.0,!=2.0.1,!=2.1.0,<3.0.0",

0 commit comments

Comments
 (0)