File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2121 env :
2222 - " pypy-3.10"
2323 - " pypy-3.9"
24+ - " 3.14"
2425 - " 3.13"
2526 - " 3.12"
2627 - " 3.11"
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ classifiers = [
3737 " Programming Language :: Python :: 3.11" ,
3838 " Programming Language :: Python :: 3.12" ,
3939 " Programming Language :: Python :: 3.13" ,
40+ " Programming Language :: Python :: 3.14" ,
4041]
4142dynamic = [
4243 " version" ,
@@ -116,7 +117,7 @@ quiet-level = 3
116117ignore-words-list = " master"
117118
118119[tool .pyproject-fmt ]
119- max_supported_python = " 3.13 "
120+ max_supported_python = " 3.14 "
120121
121122[tool .coverage ]
122123html.show_contexts = true
Original file line number Diff line number Diff line change 11requires = [ " tox>=4.2" , " tox-uv>=1.11.3" ]
22env_list = [
33 " fix" ,
4+ " 3.14" ,
45 " 3.13" ,
56 " 3.12" ,
67 " 3.11" ,
You can’t perform that action at this time.
0 commit comments