Skip to content

Commit dd74ace

Browse files
committed
Add support for python 3.15
1 parent 6c303b1 commit dd74ace

2 files changed

Lines changed: 2 additions & 1 deletion

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
env:
25+
- "3.15"
2526
- "3.14"
2627
- "3.13"
2728
- "3.12"

tox.toml

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

55
[env_run_base]

0 commit comments

Comments
 (0)