Commit c9daf1a 1 parent 0192019 commit c9daf1a Copy full SHA for c9daf1a
File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 19
19
uses : ansible/team-devtools/.github/workflows/tox.yml@main
20
20
with :
21
21
default_python : " 3.10" # for lint
22
+ max_python : " 3.13"
23
+ jobs_producing_coverage : 7
22
24
other_names_also : " eco"
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ classifiers = [
20
20
" Programming Language :: Python :: 3.10" ,
21
21
" Programming Language :: Python :: 3.11" ,
22
22
" Programming Language :: Python :: 3.12" ,
23
+ " Programming Language :: Python :: 3.13" ,
23
24
" Programming Language :: Python" ,
24
25
" Topic :: System :: Systems Administration" ,
25
26
" Topic :: Software Development :: Bug Tracking" ,
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ commands =
81
81
description = Enforce quality standards under {basepython}
82
82
skip_install = true
83
83
deps =
84
+ pip
84
85
pre-commit>=4.0.1
85
86
pre-commit-uv>=4.1.4
86
87
set_env =
You can’t perform that action at this time.
0 commit comments