Skip to content

Commit 7aff39e

Browse files
authored
Merge pull request #2279 from github/henrymercer/python-3.12
Run release process using Python 3.12
2 parents e36d338 + 2c25369 commit 7aff39e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/release-initialise/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ runs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: 3.8
21+
python-version: 3.12
2222

2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install PyGithub==1.55 requests
26+
pip install PyGithub==2.3.0 requests
2727
shell: bash
2828

2929
- name: Update git config

0 commit comments

Comments
 (0)