Skip to content

Commit 20caeba

Browse files
authored
Begin running tests against 3.14 (#500)
1 parent ecd9ff5 commit 20caeba

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
@@ -21,6 +21,7 @@ jobs:
2121
env:
2222
- "pypy-3.10"
2323
- "pypy-3.9"
24+
- "3.14"
2425
- "3.13"
2526
- "3.12"
2627
- "3.11"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ classifiers = [
3737
"Programming Language :: Python :: 3.11",
3838
"Programming Language :: Python :: 3.12",
3939
"Programming Language :: Python :: 3.13",
40+
"Programming Language :: Python :: 3.14",
4041
]
4142
dynamic = [
4243
"version",
@@ -116,7 +117,7 @@ quiet-level = 3
116117
ignore-words-list = "master"
117118

118119
[tool.pyproject-fmt]
119-
max_supported_python = "3.13"
120+
max_supported_python = "3.14"
120121

121122
[tool.coverage]
122123
html.show_contexts = true

tox.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
requires = [ "tox>=4.2", "tox-uv>=1.11.3" ]
22
env_list = [
33
"fix",
4+
"3.14",
45
"3.13",
56
"3.12",
67
"3.11",

0 commit comments

Comments
 (0)