Skip to content

Commit e7c7d27

Browse files
authored
fix: add support for python 3.14 (#86)
1 parent 782d804 commit e7c7d27

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
env:
22+
- "3.14"
2223
- "3.13"
2324
- "3.12"
2425
- "3.11"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers = [
2828
"Programming Language :: Python :: 3.11",
2929
"Programming Language :: Python :: 3.12",
3030
"Programming Language :: Python :: 3.13",
31+
"Programming Language :: Python :: 3.14",
3132
]
3233
dynamic = [
3334
"version",
@@ -103,7 +104,7 @@ builtin = "clear,usage,en-GB_to_en-US"
103104
count = true
104105

105106
[tool.pyproject-fmt]
106-
max_supported_python = "3.13"
107+
max_supported_python = "3.14"
107108

108109
[tool.pytest]
109110
ini_options.testpaths = [

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ requires =
44
tox-uv>=1.11.3
55
env_list =
66
fix
7+
3.14
78
3.13
89
3.12
910
3.11

0 commit comments

Comments
 (0)