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:
parent
33782fecd5
commit
a397602a7f
3 changed files with 3 additions and 3 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
.github/workflows/release-please.yml
vendored
2
.github/workflows/release-please.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
.github/workflows/vendor.yml
vendored
2
.github/workflows/vendor.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue