File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ coverage-setenv = [
5555 ]
5656
5757[coverage ]
58- fail-under = 97.3
58+ fail-under = 97.2
5959
6060[isort ]
6161additional-sources = " {toxinidir}/tests"
Original file line number Diff line number Diff line change 117117 'python311' : ('https://docs.python.org/3.11' , None ),
118118 'python312' : ('https://docs.python.org/3.12' , None ),
119119 'python313' : ('https://docs.python.org/3.13' , None ),
120+ 'python314' : ('https://docs.python.org/3.14' , None ),
120121}
121122
122123# Options for sphinx.ext.todo:
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ branch = true
1414source = [" RestrictedPython" ]
1515
1616[tool .coverage .report ]
17- fail_under = 97.3
17+ fail_under = 97.2
1818precision = 2
1919ignore_errors = true
2020show_missing = true
You can’t perform that action at this time.
0 commit comments