File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 fail-fast : false
2020 matrix :
2121 env :
22+ - " 3.15"
23+ - " 3.15t"
2224 - " 3.14"
2325 - " 3.13"
2426 - " 3.12"
Original file line number Diff line number Diff 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
9798count = true
9899
99100[tool .pyproject-fmt ]
100- max_supported_python = " 3.14 "
101+ max_supported_python = " 3.15 "
101102
102103[tool .ty ]
103104environment.python-version = " 3.14"
Original file line number Diff line number Diff line change @@ -3,11 +3,13 @@ requires = [
33 " tox-uv>=1.29" ,
44]
55env_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" ,
You can’t perform that action at this time.
0 commit comments