1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

chore(deps): update dependency python to 3.13 (#607)

This commit is contained in:
renovate[bot] 2025-03-13 15:55:59 +01:00 committed by GitHub
parent 33782fecd5
commit a397602a7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.13"
cache: pip
cache-dependency-path: requirements.txt

View file

@ -44,7 +44,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.13"
- name: Install dependencies
run: pip install antsibull-changelog

View file

@ -20,7 +20,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.13"
- name: Ensure vendors are not diverging
run: make vendor-check