Skip to content

Commit 5f07ba8

Browse files
Test with Python 3.14 (#3533)
1 parent 50e51eb commit 5f07ba8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
py:
26+
- "3.14"
2627
- "3.13"
2728
- "3.12"
2829
- "3.11"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ classifiers = [
4141
"Programming Language :: Python :: 3.11",
4242
"Programming Language :: Python :: 3.12",
4343
"Programming Language :: Python :: 3.13",
44+
"Programming Language :: Python :: 3.14",
4445
"Topic :: Software Development :: Libraries",
4546
"Topic :: Software Development :: Testing",
4647
"Topic :: Utilities",
@@ -194,7 +195,7 @@ ignore-words = "ignore-words.txt"
194195
count = true
195196

196197
[tool.pyproject-fmt]
197-
max_supported_python = "3.13"
198+
max_supported_python = "3.14"
198199

199200
[tool.pytest.ini_options]
200201
testpaths = [

tox.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requires = ["tox>=4.24.1"]
2-
env_list = ["fix", "3.13", "3.12", "3.11", "3.10", "3.9", "cov", "type", "docs", "pkg_meta"]
2+
env_list = ["fix", "3.14", "3.13", "3.12", "3.11", "3.10", "3.9", "cov", "type", "docs", "pkg_meta"]
33
skip_missing_interpreters = true
44

55
[env_run_base]

0 commit comments

Comments
 (0)