Skip to content

Commit 9a72416

Browse files
chore(deps): update dependency python to 3.13
1 parent c7ced19 commit 9a72416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Python 3
4646
uses: actions/setup-python@v5
4747
with:
48-
python-version: '3.11'
48+
python-version: '3.13'
4949

5050
- name: Install test dependencies
5151
run: |
@@ -89,7 +89,7 @@ jobs:
8989
- name: Set up Python 3
9090
uses: actions/setup-python@v5
9191
with:
92-
python-version: '3.11'
92+
python-version: '3.13'
9393

9494
- name: Install test dependencies
9595
run: pip3 install ansible docker molecule molecule-plugins[docker] "requests<2.29.2" jmespath

0 commit comments

Comments
 (0)