File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
coverage
2
+ pip
2
3
pytest-mock
3
4
pytest-plus>=0.6.1
4
5
pytest>=7.2.0
Original file line number Diff line number Diff line change 23
23
uses : coactions/dynamic-matrix@v4
24
24
with :
25
25
min_python : " 3.9"
26
- max_python : " 3.12 "
26
+ max_python : " 3.13 "
27
27
default_python : " 3.10"
28
28
other_names : |
29
29
lint
37
37
py312-ansible216
38
38
py312-ansible217
39
39
py312-devel
40
+ py313-devel
40
41
smoke
41
42
platforms : linux,macos
42
43
macos : minmax
@@ -149,7 +150,7 @@ jobs:
149
150
150
151
- name : Check for expected number of coverage.xml reports
151
152
run : |
152
- JOBS_PRODUCING_COVERAGE=14
153
+ JOBS_PRODUCING_COVERAGE=16
153
154
if [ "$(find . -name coverage.xml | wc -l | bc)" -ne "${JOBS_PRODUCING_COVERAGE}" ]; then
154
155
echo "::error::Number of coverage.xml files was not the expected one (${JOBS_PRODUCING_COVERAGE}): $(find . -name coverage.xml |xargs echo)"
155
156
exit 1
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ classifiers = [
28
28
" Programming Language :: Python :: 3.10" ,
29
29
" Programming Language :: Python :: 3.11" ,
30
30
" Programming Language :: Python :: 3.12" ,
31
+ " Programming Language :: Python :: 3.13" ,
31
32
" Programming Language :: Python" ,
32
33
" Topic :: System :: Systems Administration" ,
33
34
" Topic :: Software Development :: Bug Tracking" ,
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ skip_missing_interpreters = True
24
24
requires =
25
25
tox >= 4.6.3
26
26
tox-extra >= 2.0.1
27
+ tox-uv
27
28
setuptools >= 65.3.0 # editable installs
28
29
29
30
[testenv]
@@ -133,6 +134,7 @@ description =
133
134
Build package, verify metadata, install package and assert behavior when ansible is missing.
134
135
deps =
135
136
build >= 0.9.0
137
+ pip
136
138
twine >= 4.0.1
137
139
skip_install = true
138
140
# Ref: https://twitter.com/di_codes/status/1044358639081975813
You can’t perform that action at this time.
0 commit comments