Skip to content

Commit db01e70

Browse files
authored
👷 ci: test against Python 3.15 beta (#245)
1 parent 9e3ce0d commit db01e70

3 files changed

Lines changed: 6 additions & 1 deletion

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.15"
23+
- "3.15t"
2224
- "3.14"
2325
- "3.13"
2426
- "3.12"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.12",
3131
"Programming Language :: Python :: 3.13",
3232
"Programming Language :: Python :: 3.14",
33+
"Programming Language :: Python :: 3.15",
3334
"Programming Language :: Python :: Implementation :: CPython",
3435
"Topic :: Software Development :: Libraries :: Python Modules",
3536
]
@@ -97,7 +98,7 @@ write-changes = true
9798
count = true
9899

99100
[tool.pyproject-fmt]
100-
max_supported_python = "3.14"
101+
max_supported_python = "3.15"
101102

102103
[tool.ty]
103104
environment.python-version = "3.14"

tox.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ requires = [
33
"tox-uv>=1.29",
44
]
55
env_list = [
6+
"3.15",
67
"3.14",
78
"3.13",
89
"3.12",
910
"3.11",
1011
"3.10",
12+
"3.15t",
1113
"fix",
1214
"pkg_meta",
1315
"type",

0 commit comments

Comments
 (0)