Skip to content

Commit 2d81935

Browse files
authored
👷 ci: test against Python 3.15 (#331)
1 parent df4a466 commit 2d81935

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/check.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
env:
22+
- "3.15t"
23+
- "3.15"
2224
- "3.14t"
2325
- "3.14"
2426
- "3.13"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ classifiers = [
3131
"Programming Language :: Python :: 3.12",
3232
"Programming Language :: Python :: 3.13",
3333
"Programming Language :: Python :: 3.14",
34+
"Programming Language :: Python :: 3.15",
3435
"Programming Language :: Python :: Implementation :: CPython",
3536
"Topic :: Documentation",
3637
"Topic :: Documentation :: Sphinx",
@@ -128,7 +129,7 @@ builtin = "clear,usage,en-GB_to_en-US"
128129
count = true
129130

130131
[tool.pyproject-fmt]
131-
max_supported_python = "3.14"
132+
max_supported_python = "3.15"
132133

133134
[tool.ty]
134135
environment.python-version = "3.14"

tox.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requires = [ "tox>=4.56.1", "tox-uv>=1.35.2" ]
2-
env_list = [ "3.14", "3.13", "3.12", "3.11", "3.14t", "fix", "pkg_meta", "type" ]
2+
env_list = [ "3.15", "3.14", "3.13", "3.12", "3.11", "3.14t", "3.15t", "fix", "pkg_meta", "type" ]
33
skip_missing_interpreters = true
44

55
[env_run_base]

0 commit comments

Comments
 (0)