Skip to content

Commit 3f94f53

Browse files
Test with Python 3.14
1 parent 51aac32 commit 3f94f53

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
@@ -42,6 +42,7 @@ classifiers = [
4242
"Programming Language :: Python :: 3.11",
4343
"Programming Language :: Python :: 3.12",
4444
"Programming Language :: Python :: 3.13",
45+
"Programming Language :: Python :: 3.14",
4546
"Topic :: Software Development :: Libraries",
4647
"Topic :: Software Development :: Testing",
4748
"Topic :: Utilities",
@@ -195,7 +196,7 @@ ignore-words = "ignore-words.txt"
195196
count = true
196197

197198
[tool.pyproject-fmt]
198-
max_supported_python = "3.13"
199+
max_supported_python = "3.14"
199200

200201
[tool.pytest.ini_options]
201202
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", "3.8", "cov", "type", "docs", "pkg_meta"]
2+
env_list = ["fix", "3.14", "3.13", "3.12", "3.11", "3.10", "3.9", "3.8", "cov", "type", "docs", "pkg_meta"]
33
skip_missing_interpreters = true
44

55
[env_run_base]

0 commit comments

Comments
 (0)