Skip to content

Commit 4d19847

Browse files
committed
ci: Use ansible 2.19 for fedora 42 testing; support python 3.13
NOTE: This also requires upgrading to tox-lsr 3.11.0 Ansible 2.19 will be released soon and has some changes which will require fixes in system roles. This adds 2.19 to our testing matrix on fedora 42 so that we can start addressing these issues. python 3.13 is now being used on some platforms. Using ansible-core 2.18 requires using py311 for pylint and other python checkers. Signed-off-by: Rich Megginson <[email protected]>
1 parent 7f304bc commit 4d19847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# NOTE: The use of flake8, pylint, black with specific
8484
# python envs is arbitrary and must be changed in tox-lsr
8585
case "$toxpyver" in
86-
310) toxenvs="${toxenvs},coveralls,flake8,pylint,black" ;;
86+
311) toxenvs="${toxenvs},coveralls,flake8,pylint,black" ;;
8787
*) toxenvs="${toxenvs},coveralls" ;;
8888
esac
8989
TOXENV="$toxenvs" lsr_ci_runtox

0 commit comments

Comments
 (0)