diff --git a/.circleci/test-deploy.yml b/.circleci/test-deploy.yml index e4b717c..df41254 100644 --- a/.circleci/test-deploy.yml +++ b/.circleci/test-deploy.yml @@ -21,7 +21,7 @@ jobs: command: ansible --version build-install-collection-test: docker: - - image: cimg/python:3.12 + - image: cimg/python:3.13 resource_class: small steps: - checkout