Skip to content

Commit 1e9e018

Browse files
committed
TST: add CPython 3.15 to test matrix
1 parent 5d73948 commit 1e9e018

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
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.15"
2627
- "3.14"
2728
- "3.13"
2829
- "3.12"

docs/changelog/3629.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added Python 3.15 (alpha) to tox's own test matrix.

tox.toml

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

55
[env_run_base]

0 commit comments

Comments
 (0)