Skip to content

Commit

Permalink
Merge pull request #2279 from github/henrymercer/python-3.12
Browse files Browse the repository at this point in the history
Run release process using Python 3.12
  • Loading branch information
henrymercer authored May 8, 2024
2 parents e36d338 + 2c25369 commit 7aff39e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/release-initialise/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ runs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.12

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install PyGithub==1.55 requests
pip install PyGithub==2.3.0 requests
shell: bash

- name: Update git config
Expand Down

0 comments on commit 7aff39e

Please sign in to comment.