Skip to content

Commit ea8734e

Browse files
authored
👷 ci: run the test matrix against Python 3.15 (#4001)
1 parent 2d8d5ae commit ea8734e

4 files changed

Lines changed: 4 additions & 57 deletions

File tree

.github/workflows/check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
py:
25+
- "3.15"
2526
- "3.14"
2627
- "3.13"
2728
- "3.12"

.github/workflows/weekly.yaml

Lines changed: 0 additions & 56 deletions
This file was deleted.

docs/changelog/4001.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Test against Python 3.15 (beta) in CI and declare its classifier - by :user:`gaborbernat`.

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.12",
4242
"Programming Language :: Python :: 3.13",
4343
"Programming Language :: Python :: 3.14",
44+
"Programming Language :: Python :: 3.15",
4445
"Topic :: Software Development :: Libraries",
4546
"Topic :: Software Development :: Testing",
4647
"Topic :: Utilities",
@@ -216,7 +217,7 @@ write-changes = true
216217
count = true
217218

218219
[tool.pyproject-fmt]
219-
max_supported_python = "3.14"
220+
max_supported_python = "3.15"
220221

221222
[tool.ty]
222223
src.exclude = []

0 commit comments

Comments
 (0)