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.14
This commit is contained in:
parent
4b72277744
commit
e2ebccb014
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
|
- name: Setup python
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: "3.13"
|
python-version: "3.14"
|
||||||
cache: pip
|
cache: pip
|
||||||
cache-dependency-path: requirements.txt
|
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
|
- name: Setup python
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: "3.13"
|
python-version: "3.14"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install antsibull-changelog
|
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
|
- name: Setup python
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: "3.13"
|
python-version: "3.14"
|
||||||
|
|
||||||
- name: Ensure vendors are not diverging
|
- name: Ensure vendors are not diverging
|
||||||
run: make vendor-check
|
run: make vendor-check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue