Skip to content

Commit 71d0283

Browse files
committed
chore: add support for python 3.14
1 parent 5d445b2 commit 71d0283

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
python:
21+
- '3.14'
2122
- '3.13'
2223
- '3.12'
2324
- '3.11'

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
2222
"Programming Language :: Python :: 3.13",
23+
"Programming Language :: Python :: 3.14",
2324
"Programming Language :: Python :: Implementation :: CPython",
2425
"License :: OSI Approved :: Apache Software License",
2526
"Environment :: Web Environment",
@@ -114,6 +115,7 @@ env_list = [
114115
"py311",
115116
"py312",
116117
"py313",
118+
"py314",
117119
"minversions",
118120
"coverage",
119121
]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)