Skip to content

Commit 54bb9e5

Browse files
committed
Update cookiecutter
1 parent 39d174c commit 54bb9e5

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: "Set up Python"
2020
uses: "actions/setup-python@v6"
2121
with:
22-
python-version: "3.11"
22+
python-version: "3.14"
2323
- name: "Install python dependencies"
2424
run: |
2525
pip install build setuptools wheel

.github/workflows/collect_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515
- uses: "actions/setup-python@v6"
1616
with:
17-
python-version: "3.11"
17+
python-version: "3.x"
1818
- name: "Setup git"
1919
run: |
2020
git config user.name pulpbot

.github/workflows/cookiecutter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: "Set up Python"
2525
uses: "actions/setup-python@v6"
2626
with:
27-
python-version: "3.13"
27+
python-version: "3.x"
2828
- name: "Setup git"
2929
run: |
3030
git config user.name pulpbot
@@ -71,7 +71,7 @@ jobs:
7171
- name: "Set up Python"
7272
uses: "actions/setup-python@v6"
7373
with:
74-
python-version: "3.13"
74+
python-version: "3.x"
7575
- name: "Setup git"
7676
run: |
7777
git config user.name pulpbot

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
python:
1414
- "3.11"
15-
- "3.13"
15+
- "3.14"
1616
steps:
1717
- uses: "actions/checkout@v5"
1818
- uses: "actions/cache@v4"

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: "Set up Python"
3333
uses: "actions/setup-python@v6"
3434
with:
35-
python-version: "3.11"
35+
python-version: "3.x"
3636
- name: "Install python dependencies"
3737
run: |
3838
pip install toml pygithub

.github/workflows/pr_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525
- uses: "actions/setup-python@v6"
2626
with:
27-
python-version: "3.12"
27+
python-version: "3.x"
2828
- name: "Determine PR labels"
2929
run: |
3030
pip install GitPython==3.1.42

.github/workflows/release_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: "Set up Python"
1414
uses: "actions/setup-python@v6"
1515
with:
16-
python-version: "3.11"
16+
python-version: "3.x"
1717
- name: "Setup git"
1818
run: |
1919
git config user.name pulpbot

0 commit comments

Comments
 (0)