Merge pull request #2279 from github/henrymercer/python-3.12

Run release process using Python 3.12
This commit is contained in:
Henry Mercer 2024-05-08 17:24:19 +01:00 коммит произвёл GitHub
Родитель e36d338969 2c25369331
Коммит 7aff39e921
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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